diff --git a/frontend/static/main.css b/frontend/static/main.css index 7eb232d..a4a5c9e 100644 --- a/frontend/static/main.css +++ b/frontend/static/main.css @@ -110,6 +110,9 @@ table { font-size: 1.25em; color: #aaa; } +.title:hover { + color: #fff; +} h1 { font-size: 1.75em; } @@ -195,4 +198,4 @@ table .narrow { padding: revert; vertical-align: revert; border-radius: revert; -} \ No newline at end of file +}