1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -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

@@ -49,7 +49,7 @@ main#home {
border-radius: 50%;
@include themed() {
border-color: t(color-light);
border-color: t(light);
}
}
@@ -69,7 +69,7 @@ main#home {
&#shh {
@include themed() {
color: t(color-medium-light);
color: t(medium-light);
}
}

View File

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

View File

@@ -12,7 +12,7 @@ main#single {
margin-top: 0.8em;
@include themed() {
color: t(color-medium);
color: t(medium);
}
a {

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 {