feat: theme
This commit is contained in:
parent
fb0229d80e
commit
b98b6f084a
4 changed files with 31 additions and 36 deletions
|
|
@ -202,15 +202,17 @@ body {
|
|||
header,
|
||||
footer {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
header {
|
||||
font-size: 1.5em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#theme-toggle {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue