<p style="background-color: #A8CCF0; border-color: #154779; border-left-style: solid; border-left-width: 8px; border-radius: 4px; padding: 14px 24px; margin: 0;">This is the text in the callout</p>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { createElement } from "react" | |
import { twMerge } from "tailwind-merge" | |
const elements = [ | |
"a", | |
"abbr", | |
"address", | |
"area", | |
"article", | |
"aside", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Ensure there is a manifest file | |
if [[ ! -f package.json ]]; then | |
echo "error: no manifest file found" | |
exit 1 | |
fi | |
# Get the repo name for the given package manager | |
if [[ $1 == 'npm' ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name myfxbook ad blocker | |
@namespace github.com/mskelton | |
@version 1.0.2 | |
@description Block adds on myfxbook.com | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/ec5d177a2b5137ec7562f7129d9919f4 | |
==/UserStyle== */ |
This is a collection of the UserCSS styles I've created. You can use the links below to install these styles into Stylus.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Buildkite Dark Theme | |
@namespace github.com/mskelton | |
@version 2.3.2 | |
@description Relief the stress on your eyes when using Buildkite with this custom dark theme! This theme is inspired by the GitHub dark theme that was recently released. | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/3f1a9059abda31d54e8780aeaabb7399 | |
==/UserStyle== */ | |
@-moz-document regexp("https://buildkite\\.com/(?!docs).*") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name YouVersion Dark Theme | |
@namespace github.com/mskelton | |
@version 2.0.1 | |
@description A simple dark theme for YouVersion (bible.com) | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/187620db02e29c4a2b99eb8bdf5706a7 | |
==/UserStyle== */ | |
@-moz-document domain("my.bible.com") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name npm Improved Markdown | |
@namespace github.com/mskelton | |
@version 1.1.0 | |
@description Some simple changes to npm markdown styles to fix blockquote and table style oddities. | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/e6772b7ca5d8c9195a9143ef3a75c499 | |
==/UserStyle== */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name GitHub Font | |
@namespace github.com/mskelton | |
@version 1.2.0 | |
@description Uses custom font for GitHub code blocks/editors. | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/b93904fb16588d3c4ac7f038ee14249f | |
==/UserStyle== */ | |
@-moz-document domain("github.com"), domain("gist.github.com") { |