summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--static/styles.css6
2 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html
index 09b3cdb..edddba3 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,10 @@
<body>
<div class="container">
<a class="title" href="/">CYFRAE VIOLAE</a>
+ <br>
+ <a href="mailto:library@cyfraeviolae.org" class="contact">
+ library@cyfraeviolae.org
+ </a>
<p>
<img src="/spectral-renga/static/favicon.ico" width=11 height=11>
<a class="work-title" href="/spectral-renga">Spectral Renga</a>
diff --git a/static/styles.css b/static/styles.css
index 1ec1933..d6e84e2 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -106,3 +106,9 @@ a:hover {
margin-left: 3px;
margin-right: 3px;
}
+
+.contact {
+ font-style: italic;
+ font-size: small;
+ margin-left: 2em;
+}