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 /static | |
parent | 86afa2a7e9ca902783b87c9b7087a710b5ebf02e (diff) |
css
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 13 |
1 files changed, 8 insertions, 5 deletions
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 { |