diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-24 17:31:23 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-24 17:31:23 -0400 |
commit | 04c8a191129aa7538a3b1d5562e810e3ae8bda14 (patch) | |
tree | 4815a7420e14fc106b631e35a938a49360d5c6b4 | |
parent | 86afa2a7e9ca902783b87c9b7087a710b5ebf02e (diff) |
css
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | static/styles.css | 13 |
2 files changed, 9 insertions, 6 deletions
@@ -13,7 +13,7 @@ <div class="subtitle">THE LIMINAL REVERIE OF</div> <a class="title" href="/">CYFRAE VIOLAE</a> <div class="contact"> - <!-- New York · --> + New York · <a href="mailto:library@cyfraeviolae.org">library@cyfraeviolae.org</a> </div> </div> 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 { |