1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 00:01:20 -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

@@ -33,7 +33,7 @@ main#list {
flex-shrink: 0;
@include themed() {
color: t(color-medium);
color: t(medium);
}
}