about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-29 14:19:11 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-29 14:19:11 -0800
commit45ec71d71e8969197e88c076b1806546518a43a3 (patch)
treef01da2a279d648d8dc679135aea5674ae7bb4458 /users/fcuny
parentcss: adjust line height (diff)
downloadworld-45ec71d71e8969197e88c076b1806546518a43a3.tar.gz
css: change colors for some sections
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/notes/static/css/custom.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/users/fcuny/notes/static/css/custom.css b/users/fcuny/notes/static/css/custom.css
index df75430..a38593d 100644
--- a/users/fcuny/notes/static/css/custom.css
+++ b/users/fcuny/notes/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;
 }