mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
White background by default (mobile-first)
This commit is contained in:
parent
e5fa7536e0
commit
85866b5190
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: var(--bg-faded-color);
|
||||
background-color: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -476,6 +476,9 @@ button.carousel-dot[disabled].active {
|
|||
}
|
||||
|
||||
@media (min-width: 40em) {
|
||||
html, body {
|
||||
background-color: var(--bg-faded-color);
|
||||
}
|
||||
#app {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue