mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
fix old css variables
This commit is contained in:
parent
cf9252b663
commit
799878f294
3 changed files with 4 additions and 6 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue