diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-23 01:54:39 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-23 01:54:39 -0500 |
commit | bd9756fa74f58a177fbdd31882a1b11a1faa58dc (patch) | |
tree | edd2e89a061a591af9b32d04ae1e72a73762fa69 | |
parent | 1bf648fcb770aa4ceea3ea0da8a0be38035b2be8 (diff) |
style
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | static/style.css | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,6 @@ <body> <div class="container"> <a class="title" href="https://cyfraeviolae.org">cyfraeviolae.org</a> - <hr> <p> <a href="/spectral-renga">Spectral Renga</a> is a collaborative graph of poetry. diff --git a/static/style.css b/static/style.css index b7e94e0..c39b3c9 100644 --- a/static/style.css +++ b/static/style.css @@ -39,6 +39,7 @@ a:hover { .title { font-weight: bold; letter-spacing: -0.5px; + font-size: larger; } hr { |