summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--static/styles.css13
2 files changed, 9 insertions, 6 deletions
diff --git a/index.html b/index.html
index 2031e7f..92c2030 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<div class="subtitle">THE LIMINAL REVERIE OF</div>
<a class="title" href="/">CYFRAE VIOLAE</a>
<div class="contact">
- <!-- New York &middot; -->
+ New York &middot;
<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 {