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