diff --git a/epicyon-profile.css b/epicyon-profile.css index 5b8855ea3..cf7d42719 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'; }