diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-27 11:28:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-27 11:28:43 -0700 |
commit | 3c38389bb0b400b977ab7947018e884ca92975b0 (patch) | |
tree | df1a5a7daed89ffc96e01c1a22cc3cefa2518272 | |
parent | ref(css): fewer colors for links; underline headers (diff) | |
download | fcuny.net-3c38389bb0b400b977ab7947018e884ca92975b0.tar.gz |
ref(css): reduce thickness of decoration for headers
-rw-r--r-- | static/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index c71df3a..10e437f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -22,7 +22,7 @@ h2, h3 { text-decoration: underline; text-decoration-style: solid; text-decoration-color: #ffc832; - text-decoration-thickness: 0.4rem; + text-decoration-thickness: 0.2rem; text-underline-position: under; text-underline-offset: from-font; font-style: italic; |