the-glorious-startpage/css/greeter-date-message.css
Gerome Matilla 644ed3e678 css changes
2020-06-11 10:33:21 +08:00

16 lines
292 B
CSS

#greeterMessage {
color: var(--base-color);
font-size: 32pt;
font-family: roboto-light, sans-serif;
font-weight: 300;
margin: 5px;
}
#dateMessage {
color: var(--base-color);
font-size: 12pt;
font-family: roboto, sans-serif;
font-weight: 400;
margin: 5px;
word-wrap: break-word;
}