removed light mode

This commit is contained in:
aethrvmn 2024-08-28 14:10:48 +03:00
parent 9fa96b2393
commit 3c57df7710
3 changed files with 7 additions and 4 deletions

View file

@ -35,6 +35,7 @@ a {
color: var(--color-link);
}
img {
vertical-align: baseline;
}

View file

@ -59,14 +59,16 @@
a {
text-decoration: underline;
&:hover {
color: #AC9C6D;
}
&:visited {
color: var(--color-visited-link);
}
}
a:hover {
color: #AC9C6D;
}
img {
max-width: 100%;
height: auto;

View file

@ -1,6 +1,6 @@
@import "defaults";
@import "variables";
@import "themes/{{ default "light" .Site.Params.BookTheme }}";
@import "themes/dark"; // {{ default "dark" .Site.Params.BookTheme }}";
@import "normalize";
@import "utils";