forked from indymedia/epicyon
Separate font size for pgp key
parent
d2c99a7986
commit
fa388b8175
|
@ -20,6 +20,7 @@
|
||||||
--font-size3: 38px;
|
--font-size3: 38px;
|
||||||
--font-size4: 22px;
|
--font-size4: 22px;
|
||||||
--font-size5: 20px;
|
--font-size5: 20px;
|
||||||
|
--font-size-pgp-key: 14px;
|
||||||
--text-entry-foreground: #ccc;
|
--text-entry-foreground: #ccc;
|
||||||
--text-entry-background: #111;
|
--text-entry-background: #111;
|
||||||
--time-color: #aaa;
|
--time-color: #aaa;
|
||||||
|
@ -350,7 +351,7 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pgp {
|
.pgp {
|
||||||
font-size: var(--font-size5);
|
font-size: var(--font-size-pgp-key);
|
||||||
color: var(--main-link-color);
|
color: var(--main-link-color);
|
||||||
font-family: 'monospace';
|
font-family: 'monospace';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue