mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-27 11:48:09 +03: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;
|
background: $bg;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Noto Sans", sans-serif;
|
||||||
scrollbar-color: $sloth-orange1 $sloth-gray2-darker3;
|
scrollbar-color: $orange1 $gray3;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -148,17 +148,17 @@ main {
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
padding: 0.5rem 0 0.5rem 1.5rem;
|
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;
|
margin-left: 1rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 1px dashed $sloth-orange1;
|
border: 1px dashed $border-accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
background-color: $sloth-gray2-darker7;
|
background-color: $gray2;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
|
@ -95,7 +95,6 @@ section {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $settings-nav-header-fg;
|
color: $settings-nav-header-fg;
|
||||||
background: $settings-nav-header-bg;
|
background: $settings-nav-header-bg;
|
||||||
border-bottom: 0.1rem solid $sloth_gray2_darker7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
@ -103,7 +102,6 @@ section {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border-bottom: 0.1rem solid $sloth_gray2_darker3;
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: 0.1s;
|
transition: 0.1s;
|
||||||
|
|
Loading…
Reference in a new issue