the-glorious-startpage/css/greeter-date-message.css
Gerome Matilla 84727755db
Cleanups (#20)
* centedbox css

* add font-weight to the css

* some cleanup
2020-06-10 14:47:04 +08:00

15 lines
258 B
CSS

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