feat: dark mode support
This commit is contained in:
parent
599163fbdb
commit
2ef164ee8c
|
@ -81,7 +81,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: 1px solid black;
|
border: 1px solid white;
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
height: 290px;
|
height: 290px;
|
||||||
transition-property: opacity;
|
transition-property: opacity;
|
||||||
|
@ -114,6 +114,10 @@
|
||||||
#logo {
|
#logo {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app {
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user