-
-
Save rivy/56a9ad6e1d425ccb6a496d0baa8eebf1 to your computer and use it in GitHub Desktop.
AoC CSS
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
input ~ span:before, | |
.leaderboard-entry, | |
.privboard-row { | |
font-family: "Source Code Pro", monospace; | |
letter-spacing: 1px; | |
} | |
body * { | |
text-shadow: none !important; | |
} | |
article em { | |
font-weight: bold; | |
color: #22ff68 | |
} | |
main > article + p, | |
main > article:not(:last-of-type) { | |
opacity: 0.8; | |
} | |
code { | |
font-family: "Source Code Pro", monospace; | |
letter-spacing: 1px; | |
color: #ff6e6e | |
} | |
article code em { | |
color: #ff6e6e | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment