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