merge upstream
This commit is contained in:
parent
c9db67f2a0
commit
d7abc3b8c5
@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
html {
|
||||
background: #3c3e49;
|
||||
background: #565968;
|
||||
font-size: 16px;
|
||||
font-size: calc(0.8rem + 0.3vw);
|
||||
padding: 0 calc(38% - 20em);
|
||||
@ -25,7 +25,7 @@ body {
|
||||
font-weight: 400;
|
||||
background: #ffffff;
|
||||
color: #1c1d22;
|
||||
box-shadow: 0 0 0 1px rgba(60, 62, 73, 0.6);
|
||||
box-shadow: 0 0 0 1px rgba(86, 89, 104, 0.3);
|
||||
margin: 0;
|
||||
line-height: 1.6;
|
||||
min-height: 100vh;
|
||||
@ -122,7 +122,7 @@ body > header {
|
||||
align-items: center;
|
||||
background: #1c1d22;
|
||||
color: #ffffff;
|
||||
border-bottom: 1px solid rgba(60, 62, 73, 0.6);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
body > header > a {
|
||||
@ -157,7 +157,7 @@ body > header, body > article, body > footer {
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html, body {
|
||||
html, body, body > header, body > footer {
|
||||
background: #1c1d22;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user