Skip to content

Instantly share code, notes, and snippets.

@Janiczek
Last active December 4, 2024 09:26
Show Gist options
  • Save Janiczek/4fb70e32701b6fc2a96b5241e1ccb090 to your computer and use it in GitHub Desktop.
Save Janiczek/4fb70e32701b6fc2a96b5241e1ccb090 to your computer and use it in GitHub Desktop.
Advent of Code - Gruvbox user CSS
* {
font-family: "JetBrains Mono" !important;
font-size: 14px;
font-weight: 500;
}
code::before {
top: -1px;
bottom: -1px;
left: -4px;
right: -4px;
}
body {
background-color: #1d2021;
color: #a89984;
}
a,
input[type="submit"] {
color: #98971a;
}
a:hover,
a:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
color: #fabd2f;
}
header h1 a,
header h1 span {
color: #b8bb26;
text-shadow: 0 0 2px #b8bb26, 0 0 5px #b8bb26;
}
header h1 a:hover,
header h1 span:hover {
color: #fabd2f;
text-shadow: 0 0 2px #fabd2f, 0 0 5px #fabd2f;
}
.share {
color: #b8bb26;
}
.share:hover,
.share:focus-within {
color: #fabd2f;
}
article h2 {
color: #ebdbb2;
}
article em {
color: #ebdbb2;
text-shadow: 0 0 5px #ebdbb2;
}
.sponsor-badge {
color: #83a598;
}
.star,
.supporter-badge,
.stats-both,
.privboard-star-both {
color: #fabd2f;
}
.stats-firstonly,
.privboard-star-firstonly {
color: #ebdbb2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment