fix old css variables

This commit is contained in:
f0x 2022-09-16 19:10:19 +02:00
parent cf9252b663
commit 799878f294
3 changed files with 4 additions and 6 deletions

View file

@ -42,7 +42,7 @@ html, body {
background: $bg;
color: $fg;
font-family: "Noto Sans", sans-serif;
scrollbar-color: $sloth-orange1 $sloth-gray2-darker3;
scrollbar-color: $orange1 $gray3;
}
body {

View file

@ -148,17 +148,17 @@ main {
blockquote {
padding: 0.5rem 0 0.5rem 1.5rem;
border-left: 0.2rem solid $sloth-orange1;
border-left: 0.2rem solid $border-accent;
margin-left: 1rem;
font-style: italic;
}
hr {
border: 1px dashed $sloth-orange1;
border: 1px dashed $border-accent;
}
pre, code {
background-color: $sloth-gray2-darker7;
background-color: $gray2;
}
code {

View file

@ -95,7 +95,6 @@ section {
text-transform: uppercase;
color: $settings-nav-header-fg;
background: $settings-nav-header-bg;
border-bottom: 0.1rem solid $sloth_gray2_darker7;
}
nav {
@ -103,7 +102,6 @@ section {
flex-direction: column;
a {
border-bottom: 0.1rem solid $sloth_gray2_darker3;
padding: 1rem;
text-decoration: none;
transition: 0.1s;