10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c36cb6f853 - Show all commits

View file

@ -98,7 +98,7 @@ ul, ol {
li, dt, dd {
@extend %basic;
color: $black;
color: $basic_font_color;
}
dd {

View file

@ -118,7 +118,7 @@ caption {
&:hover .link_url {
display: block;
color: $white;
color: $basic_highlight_color;
}
&:hover .link_text {

View file

@ -75,7 +75,7 @@ time {
// Code
code {
@extend %basic_mono;
color: lighten($black, 12%);
color: lighten($basic_font_color, 12%);
background-color: rgba($white,.1);
}
.code_solo {