diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-24 16:34:49 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-24 16:34:49 -0400 |
commit | 25b0404a49f4cceb54ff67cdfcc832b54a6a979b (patch) | |
tree | e4ada2a995bc7d61b80e9387b8421589b7364103 /static | |
parent | 71aac3ce2b93a00fe64d75b377d70b4c05d36726 (diff) |
update for salamander
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 31 |
1 files changed, 23 insertions, 8 deletions
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; -} |