From 04c8a191129aa7538a3b1d5562e810e3ae8bda14 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 17:31:23 -0400 Subject: css --- index.html | 2 +- static/styles.css | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2031e7f..92c2030 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
THE LIMINAL REVERIE OF
CYFRAE VIOLAE
- + New York · library@cyfraeviolae.org
diff --git a/static/styles.css b/static/styles.css index 2deaedb..81c745f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -83,7 +83,7 @@ p { a { text-decoration: underline dotted; - /* color: #dd1b26; */ + text-decoration-thickness: 1px; color: black; } @@ -97,19 +97,21 @@ a:hover { font-size: 200%; font-weight: bold; color: #dd1b26; + text-decoration: none; + letter-spacing: -.5px; } .subtitle { font-weight: bold; font-size: large; - margin-bottom: -.3em; + margin-bottom: -.5em; } .category { font-size: large; font-style: italic; margin-bottom: -.3em; - margin-top: 1.3em; + margin-top: 1.8em; } .work { @@ -121,9 +123,9 @@ a:hover { } .contact { - margin-top: .2em; + margin-top: .3em; font-style: italic; - /* font-size: small; */ + font-size: small; } .home { @@ -140,6 +142,7 @@ a:hover { .home-title { font-weight: bold; color: #dd1b26; + text-decoration: none; } .sep { -- cgit v1.2.3