mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
updated base.scss
This commit is contained in:
parent
d91b30a1c5
commit
8bb50af192
1 changed files with 2 additions and 3 deletions
|
@ -19,10 +19,8 @@ section {
|
|||
background-color: var(--light);
|
||||
font-family: var(--bodyFont);
|
||||
color: var(--darkgray);
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
body {
|
||||
@media all and (max-width: $fullPageWidth) {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
|
@ -241,6 +239,7 @@ a {
|
|||
}
|
||||
|
||||
.footnotes {
|
||||
background-color: var(--light);
|
||||
margin-top: 2rem;
|
||||
border-top: 1px solid var(--lightgray);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue