about summary refs log tree commit diff
path: root/users/fcuny/blog
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-04-06 12:31:33 -0700
committerFranck Cuny <franck@fcuny.net>2021-04-06 12:31:33 -0700
commitf29dad7dc02a2fac22b0086ad67e1e1784913974 (patch)
tree5809d8ebfaae83458e915eaec1289d5cc1b1685d /users/fcuny/blog
parentcss: set background color for code block (diff)
downloadworld-f29dad7dc02a2fac22b0086ad67e1e1784913974.tar.gz
css: update style for links and headers
Indent properly the CSS
Diffstat (limited to 'users/fcuny/blog')
-rw-r--r--users/fcuny/blog/static/css/custom.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/users/fcuny/blog/static/css/custom.css b/users/fcuny/blog/static/css/custom.css
index b3c3e2f..b0ec570 100644
--- a/users/fcuny/blog/static/css/custom.css
+++ b/users/fcuny/blog/static/css/custom.css
@@ -18,8 +18,9 @@ body {
 }
 
 a {
-  text-decoration: none;
-  color: #00add8;
+    text-decoration: underline;
+    text-underline-offset:.3rem;
+    color: #007d9c;
 }
 
 p { color: #1a1a19; }
@@ -29,8 +30,11 @@ h1 {
 }
 
 h2 {
-  margin-top: 2rem;
-  line-height: 1.4em;
+    margin-top: 2rem;
+    line-height: 1.4em;
+    border-bottom-color: #000000;
+    border-bottom-style: solid;
+    border-bottom-width: 0.8px;
 }
 
 span.published, span.updated {