Separate font size for pgp key

main
Bob Mottram 2020-05-28 13:08:35 +01:00
parent d2c99a7986
commit fa388b8175
1 changed files with 2 additions and 1 deletions

View File

@ -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';
}