mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Tweak font size and family of offline banner
This commit is contained in:
parent
96f36215a1
commit
d057834a20
@ -11,9 +11,10 @@
|
|||||||
background-color: var(--theme-color-background-main);
|
background-color: var(--theme-color-background-main);
|
||||||
margin: 3rem auto;
|
margin: 3rem auto;
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
padding: 2.5em;
|
padding: 2.4em;
|
||||||
font-size: 1.2rem;
|
font-size: 1.3rem;
|
||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
|
font-family: var(--theme-text-display-font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bodyText {
|
.bodyText {
|
||||||
@ -29,6 +30,7 @@
|
|||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
font-family: var(--theme-text-body-font-family);
|
||||||
|
|
||||||
.clockIcon {
|
.clockIcon {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user