1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 12:55:31 -04:00

re-visit light/dark theme colors (especially syntax highlighting)

This commit is contained in:
2020-05-09 09:59:35 -04:00
parent 1458e6e2a9
commit 3fe24f2216
15 changed files with 301 additions and 256 deletions

View File

@@ -21,7 +21,7 @@ main#video {
margin: 1.25em 1em 0 1em;
@include themed() {
color: t(color-medium-light);
color: t(medium-light);
}
a {