made the background brighter in light mode
All checks were successful
/ web (push) Successful in 31s
All checks were successful
/ web (push) Successful in 31s
This commit is contained in:
parent
c1cd9bff38
commit
2586c7755e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ html {
|
||||||
body {
|
body {
|
||||||
margin-top: 106px;
|
margin-top: 106px;
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
background-color: #404142;
|
background-color: #e1e1e1;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue