summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css13
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 {