style edits

This commit is contained in:
yslcrypto 2020-12-03 02:50:11 +01:00
parent 32cb93221d
commit eddb4fe250
2 changed files with 46 additions and 0 deletions

View File

@ -4,3 +4,6 @@ language = "en"
multilingual = false
src = "src"
title = "The Nimbus Beacon Chain Book"
[output.html]
additional-css = ["custom.css"]

View File

@ -0,0 +1,43 @@
.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); //hsl(197, 37%, 96%);
--quote-border: //hsl(197, 37%, 91%);
--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;
}