dark mode tweaks
This commit is contained in:
parent
fb7c632c2c
commit
79d7869382
@ -8,8 +8,8 @@
|
||||
font-weight: 400;
|
||||
color-scheme: dark;
|
||||
|
||||
color: #0f0f0f;
|
||||
background-color: #f6f6f6;
|
||||
background-color: Canvas;
|
||||
color: CanvasText;
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
@ -30,6 +30,9 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: Canvas;
|
||||
color: CanvasText;
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@ -103,8 +106,9 @@ button {
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color: #f6f6f6;
|
||||
background-color: #2f2f2f;
|
||||
background-color: Canvas;
|
||||
color: CanvasText;
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@ -170,7 +174,7 @@ button {
|
||||
}
|
||||
.Logo{
|
||||
background-image: url('assets/CityBase.png');
|
||||
box-shadow: 0px 20px 10px #222424;
|
||||
box-shadow: 0px 20px 10px #121313;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user