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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -33,7 +33,7 @@ main#list {
|
||||
flex-shrink: 0;
|
||||
|
||||
@include themed() {
|
||||
color: t(color-medium);
|
||||
color: t(medium);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -12,7 +12,7 @@ main#single {
|
||||
margin-top: 0.8em;
|
||||
|
||||
@include themed() {
|
||||
color: t(color-medium);
|
||||
color: t(medium);
|
||||
}
|
||||
|
||||
a {
|
||||
|
@@ -21,7 +21,7 @@ main#video {
|
||||
margin: 1.25em 1em 0 1em;
|
||||
|
||||
@include themed() {
|
||||
color: t(color-medium-light);
|
||||
color: t(medium-light);
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user