mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 05:59:50 +00:00
tweak(ui): darker text
This commit is contained in:
parent
de6a6af5ab
commit
b7198c28c8
1 changed files with 6 additions and 0 deletions
|
|
@ -467,6 +467,12 @@ body {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
[data-tick] {
|
||||
fill: color-mix(in srgb, var(--color-text-weak) 82%, var(--color-text-strong));
|
||||
}
|
||||
}
|
||||
|
||||
[data-row] {
|
||||
fill: var(--color-text-strong);
|
||||
font-size: 13px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue