diff options
author | Franck Cuny <franck@fcuny.net> | 2021-12-29 14:19:11 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-12-29 14:19:11 -0800 |
commit | 0a6b34e214a8e521122030f56cbf2415d3e7a511 (patch) | |
tree | 5c4c1ddd0400648692c4a5b01851d7d97245211d | |
parent | css: adjust line height (diff) | |
download | fcuny.net-0a6b34e214a8e521122030f56cbf2415d3e7a511.tar.gz |
css: change colors for some sections
-rw-r--r-- | static/css/custom.css | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index df75430..a38593d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -92,17 +92,23 @@ th, td{ padding-top:0.4em; padding-bottom:0.4em; } - +thead { + background-color: #ebdbb2; +} table, th, td { border:1px solid black; } blockquote { - background-color: #fffff8; - border-radius: 5px; + background-color: #f2e5bc; font-style: italic; - border-left: 6px solid black; - margin-left: 10.875px; + border-left: 6px solid #7c6f64; + margin-left: 0px; + margin-right: 0px; + padding-left: 0.7em; + padding-right:0.7em; + padding-top:0.2em; + padding-bottom:0.2em; } nav.menu { @@ -119,7 +125,7 @@ nav.menu { .toc { border: 1px solid black; - padding: 1rem; - margin-top: 1rem; + padding: 1em; + margin-top: 1em; color: black; } |