Small adjustments
This commit is contained in:
parent
01a9b1ac4d
commit
53c60f9add
11 changed files with 77 additions and 26 deletions
18
dist/index.css
vendored
18
dist/index.css
vendored
|
|
@ -244,4 +244,22 @@ footer {
|
|||
padding: 1rem 0;
|
||||
width: 100%;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.dark-mode-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.light-mode-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.dark-mode-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.light-mode-text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue