polish themes

This commit is contained in:
Geoff Doty 2025-03-22 17:32:09 -04:00
parent 0d5c95230e
commit 326ae7cbda
1 changed files with 8 additions and 9 deletions

View File

@ -18,15 +18,15 @@
[data-theme=dark] { [data-theme=dark] {
--theme: #5499C7; --theme: #5499C7;
--mg: #555; --mg: #6B7280;
--bg: #222; --bg: #1A1A1A;
--fg: #FFF; --fg: #E0E0E0;
--white: #FFF; --white: #FFF;
--black: #000; --black: #000;
--dark: #DDD; --dark: #D4D4D4;
--light: #444; --light: #272727;
} }
* {margin:0} * {margin:0}
@ -62,20 +62,19 @@ li {margin-left: 1rem}
label { label {
display: inline-block; display: inline-block;
font-weight: 600; font-weight: 600;
color: var(--dark); color: var(--white);
white-space: nowrap; white-space: nowrap;
vertical-align: top; vertical-align: top;
} }
label.addon { label.addon {
max-height: 2.5rem; max-height: 2.5rem;
background: var(--light); background: var(--theme);
padding: .5rem 1rem; padding: .5rem 1rem;
border: 1px solid var(--theme);
margin-top: .25rem; margin-top: .25rem;
} }
code { pre,code {
background: var(--light); background: var(--light);
color: var(--dark); color: var(--dark);
padding: .25rem padding: .25rem