0

Tweak font size and family of offline banner

This commit is contained in:
Gabe Kangas 2023-01-29 16:29:12 -08:00
parent 96f36215a1
commit d057834a20
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -11,9 +11,10 @@
background-color: var(--theme-color-background-main);
margin: 3rem auto;
border-radius: var(--theme-rounded-corners);
padding: 2.5em;
font-size: 1.2rem;
padding: 2.4em;
font-size: 1.3rem;
border: 1px solid lightgray;
font-family: var(--theme-text-display-font-family);
}
.bodyText {
@ -29,6 +30,7 @@
margin-top: 15px;
font-size: 1rem;
opacity: 0.5;
font-family: var(--theme-text-body-font-family);
.clockIcon {
margin-right: 5px;