From 25b0404a49f4cceb54ff67cdfcc832b54a6a979b Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 16:34:49 -0400 Subject: update for salamander --- static/styles.css | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 03d84bc..e0ffbc1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -82,8 +82,9 @@ p { } a { - text-decoration: none; - color: #dd1b26; + text-decoration: underline dotted; + /* color: #dd1b26; */ + color: black; } a:hover { @@ -95,13 +96,31 @@ a:hover { font-style: italic; font-size: x-large; font-weight: bold; - letter-spacing: -1px; + color: #dd1b26; +} + +.subtitle { + font-weight: bold; + font-size: large; + margin-bottom: -5px; +} + +.category { + font-size: large; + font-style: italic; + margin-bottom: -5px; + margin-top: 25px; } .work-title { letter-spacing: -1px; } +.contact { + font-style: italic; + font-size: small; +} + .home { font-style: italic; font-size: 20px; @@ -115,6 +134,7 @@ a:hover { .home-title { font-weight: bold; + color: #dd1b26; } .sep { @@ -122,8 +142,3 @@ a:hover { margin-right: 3px; } -.contact { - font-style: italic; - font-size: small; - margin-left: 2em; -} -- cgit v1.2.3