40 lines
962 B
CSS
40 lines
962 B
CSS
|
.orange {
|
||
|
--bg: #f6f6ef;
|
||
|
--fg: Black;
|
||
|
|
||
|
--sidebar-bg: #ff6600;
|
||
|
--sidebar-fg: Black;
|
||
|
--sidebar-non-existant: color-mix(in srgb, var(--sidebar-bg) 75%, Black);
|
||
|
--sidebar-active: White;
|
||
|
--sidebar-spacer: color-mix(in srgb, var(--sidebar-bg) 95%, Black);
|
||
|
|
||
|
--scrollbar: #8F8F8F;
|
||
|
|
||
|
--icons: #747474;
|
||
|
--icons-hover: #000000;
|
||
|
|
||
|
--links: #828282;
|
||
|
|
||
|
--inline-code-color: Black
|
||
|
|
||
|
--theme-popup-bg: #fafafa;
|
||
|
--theme-popup-border: #cccccc;
|
||
|
--theme-hover: #e6e6e6;
|
||
|
|
||
|
--quote-bg: #e9e9ed;
|
||
|
--quote-border: #8f8f9d;
|
||
|
|
||
|
--table-border-color: hsl(0, 0%, 95%);
|
||
|
--table-header-bg: hsl(0, 0%, 80%);
|
||
|
--table-alternate-bg: hsl(0, 0%, 97%);
|
||
|
|
||
|
--searchbar-border-color: #aaa;
|
||
|
--searchbar-bg: #fafafa;
|
||
|
--searchbar-fg: #000;
|
||
|
--searchbar-shadow-color: #aaa;
|
||
|
--searchresults-header-fg: #666;
|
||
|
--searchresults-border-color: #888;
|
||
|
--searchresults-li-bg: #e4f2fe;
|
||
|
--search-mark-bg: #a2cff5;
|
||
|
}
|