1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-12-08 13:28:57 -05: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

@@ -10,14 +10,13 @@ footer {
border-top: 1px solid;
@include themed() {
color: t(color-medium);
border-color: t(color-kinda-light);
background-color: t(color-super-duper-light);
color: t(medium-dark);
border-color: t(kinda-light);
}
a {
@include themed() {
color: t(color-medium);
color: t(medium-dark);
}
}
@@ -49,7 +48,7 @@ footer {
border-bottom: 1px solid;
@include themed() {
border-color: t(color-light);
border-color: t(light);
}
}
}