From fa388b81753f35400b078b35269beddc5c7ef0af Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 May 2020 13:08:35 +0100 Subject: [PATCH] Separate font size for pgp key --- epicyon-profile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 5b8855ea..cf7d4271 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -20,6 +20,7 @@ --font-size3: 38px; --font-size4: 22px; --font-size5: 20px; + --font-size-pgp-key: 14px; --text-entry-foreground: #ccc; --text-entry-background: #111; --time-color: #aaa; @@ -350,7 +351,7 @@ a:link { } .pgp { - font-size: var(--font-size5); + font-size: var(--font-size-pgp-key); color: var(--main-link-color); font-family: 'monospace'; }