52 lines
1.1 KiB
CSS
52 lines
1.1 KiB
CSS
.light {
|
|
--bg: hsl(0, 0%, 100%);
|
|
--fg: #333333;
|
|
|
|
--sidebar-bg: #fafafa;
|
|
--sidebar-fg: #364149;
|
|
--sidebar-non-existant: #aaaaaa;
|
|
--sidebar-active: #ff9c00;
|
|
--sidebar-spacer: #f4f4f4;
|
|
|
|
--scrollbar: #cccccc;
|
|
|
|
--icons: #cccccc;
|
|
--icons-hover: #333333;
|
|
|
|
--links: #ff9c00;
|
|
|
|
--inline-code-color: #6e6b5e;
|
|
|
|
--theme-popup-bg: #fafafa;
|
|
--theme-popup-border: #cccccc;
|
|
--theme-hover: #e6e6e6;
|
|
|
|
--quote-bg: rgb(250,250,250);
|
|
|
|
--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;
|
|
}
|
|
|
|
blockquote {
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 1rem;
|
|
margin-bottom: 1rem;
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
border-top: 1px solid black;
|
|
padding: 10px 0;
|
|
}
|