mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2024-11-27 18:13:33 +01:00
13 lines
220 B
CSS
13 lines
220 B
CSS
#greeterMessage {
|
|
color: var(--base-color);
|
|
font-size: 32pt;
|
|
font-family: roboto-light, sans-serif;
|
|
margin: 5px;
|
|
}
|
|
|
|
#dateMessage {
|
|
color: #f2f2f2;
|
|
font-size: 12pt;
|
|
font-family: roboto, sans-serif;
|
|
margin: 5px;
|
|
} |