forked from indymedia/epicyon
Extra fonts
parent
37780770af
commit
60fdb158fb
|
@ -124,6 +124,7 @@ a:link {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: var(--text-entry-foreground);
|
color: var(--text-entry-foreground);
|
||||||
background-color: var(--text-entry-background);
|
background-color: var(--text-entry-background);
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -163,6 +164,7 @@ a:link {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: var(--text-entry-foreground);
|
color: var(--text-entry-foreground);
|
||||||
background-color: var(--text-entry-background);
|
background-color: var(--text-entry-background);
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue