From 369f7731d7db99ef101f3f34f1b7315ad630f121 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 8 Jan 2023 02:26:06 -0700 Subject: add pgp key --- static/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index b829f98..c4b02b5 100644 --- a/static/style.css +++ b/static/style.css @@ -119,6 +119,10 @@ a.navbar-title:hover { text-decoration: underline; } +a:active { + color: #fe8019; +} + .nav { display: inline; padding-left: 0; @@ -151,7 +155,7 @@ img.pfp { .list { background-color: #3c3836; margin-bottom: 8px; - color: #a89984; + color: #d5c4a1; } .list a { @@ -167,8 +171,8 @@ img.pfp { .sidebar { max-width: inherit; - min-height: 13rem; - max-height: 13rem; + min-height: 14rem; + max-height: 14rem; font-size: 13px; } -- cgit v1.2.3