Skip to content

Instantly share code, notes, and snippets.

@scturtle
Last active December 5, 2020 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scturtle/c42d70cf1bfd2a94650a14011340400c to your computer and use it in GitHub Desktop.
Save scturtle/c42d70cf1bfd2a94650a14011340400c to your computer and use it in GitHub Desktop.
adventofcode daylight mode css
body {
background: #fff;
color: #000;
}
a {
text-decoration: underline;
color: #000;
}
a:hover,
a:focus {
color: #000;
text-decoration: underline;
background-color: rgba(119, 119, 165, .1);
}
code:before {
border: 1px solid #aaa;
background: rgba(119, 119, 165, .1);
}
.warning-active {
color: #ff0000;
}
.star-count,
.supporter-badge {
color: #000;
text-shadow: 0 0 5px #ffff66;
}
a.supporter-badge:hover,
a.supporter-badge:focus {
text-decoration: underline;
color: #000;
text-shadow: 0 0 5px #ffff66;
}
.sponsor-badge {
color: #79a2d8;
}
a.sponsor-badge:hover,
a.sponsor-badge:focus {
text-decoration: none;
color: #79a2d8;
text-shadow: 0 0 5px #ccdbed;
}
header h1 a,
header h1 span,
header h1 a:hover,
header h1 a:focus {
color: #000;
text-shadow: 0 0 2px #ffff66, 0 0 5px #ffff66;
}
input[type="text"],
textarea {
color: #000;
border: 1px solid #666666;
background: #fff;
}
input[type="radio"]:checked ~ span,
input[type="checkbox"]:checked ~ span {
color: #000;
}
input[type="radio"] ~ span:hover,
input[type="radio"] ~ span:focus,
input[type="checkbox"] ~ span:hover,
input[type="checkbox"] ~ span:focus {
background-color: rgba(119, 119, 165, .1);
}
article h2 {
color: #000;
}
article em {
color: #000;
text-shadow: 0 0 5px #666;
}
article em.star {
color: #000;
text-shadow: 0 0 5px #ffff66;
}
.day-success {
color: #000;
text-shadow: 0 0 5px #ffff66;
}
.share,
.share:hover,
.share:focus-within {
color: #009900;
}
.puzzle-input {
border: 1px solid #999999;
background: #fff;
color: #000;
text-shadow: 0 0 5px #000;
}
.calendar > a {
text-decoration: none;
color: #000;
}
.calendar a:hover,
.calendar a:focus {
background-color: rgba(119, 119, 165, .1);
}
#calendar-countdown,
.calendar .calendar-day,
.calendar a .calendar-day {
color: #000;
}
.calendar a.calendar-complete .calendar-mark-complete,
.calendar a.calendar-verycomplete .calendar-mark-complete,
.calendar a.calendar-verycomplete .calendar-mark-verycomplete {
color: #000;
text-shadow: 0 0 5px #ffff66;
}
.stats {
color: #000;
}
.stats-firstonly {
color: #9999cc;
}
.stats-both {
color: #000;
text-shadow: 0 0 5px #ffff66;
}
.stats > a {
text-decoration: none;
color: #000;
}
.stats > a:hover,
.stats > a:focus {
color: #000;
text-decoration: underline;
background-color: rgba(119, 119, 165, .1);
}
.leaderboard-daylinks-selected {
color: #000;
text-shadow: 0 0 5px #000;
}
.leaderboard-daydesc-first {
color: #9999cc;
}
.leaderboard-daydesc-both {
color: #000;
text-shadow: 0 0 5px #ffff66;
}
.leaderboard-entry .leaderboard-totalscore {
color: #000;
}
.quiet {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment