mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Mobile nav icon fix
This commit is contained in:
parent
f9229889a1
commit
2bd0c9c6d2
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
--color-icon: hsl(0, 1%, 55%);
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-background);
|
||||
}
|
||||
|
||||
[data-page="opencode"] {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--color-background: hsl(0, 9%, 7%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue