mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-20 17:47:19 +00:00
Dark theme for native select dropdowns via color-scheme
This commit is contained in:
parent
614a0bbf9f
commit
e854d23a18
1 changed files with 2 additions and 2 deletions
|
|
@ -42,6 +42,7 @@
|
|||
--text-primary: #FAF7F3;
|
||||
--text-secondary: #B5A49A;
|
||||
--text-tertiary: #8A7A70;
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
* { box-sizing: border-box; }
|
||||
|
|
@ -342,8 +343,6 @@ html, body, #root {
|
|||
.currency-picker,
|
||||
.refresh,
|
||||
.export-picker {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||
border-radius: var(--radius-lg);
|
||||
|
|
@ -352,6 +351,7 @@ html, body, #root {
|
|||
font-family: var(--font-sans);
|
||||
cursor: pointer;
|
||||
color: var(--text-primary);
|
||||
color-scheme: light dark;
|
||||
transition: background 0.15s;
|
||||
}
|
||||
.currency-picker:hover,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue