theme-color meta needs to be in the head
This commit is contained in:
parent
9791c09a25
commit
ecf7b0df20
2 changed files with 11 additions and 7 deletions
|
@ -62,6 +62,12 @@
|
|||
&:hover {
|
||||
background-color: var(--surface-500);
|
||||
}
|
||||
|
||||
@media (display-mode: window-controls-overlay) {
|
||||
& {
|
||||
color: light-dark(#0005, #fff5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& > dialog {
|
||||
|
@ -83,8 +89,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (display-mode: window-controls-overlay) {}
|
||||
}
|
||||
|
||||
& > section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue