the-glorious-startpage/css/greeter-date-message.css

16 lines
292 B
CSS
Raw Normal View History

2020-06-04 04:45:26 +02:00
#greeterMessage {
color: var(--base-color);
font-size: 32pt;
font-family: roboto-light, sans-serif;
font-weight: 300;
2020-06-04 04:45:26 +02:00
margin: 5px;
}
#dateMessage {
2020-06-11 04:33:21 +02:00
color: var(--base-color);
2020-06-04 04:45:26 +02:00
font-size: 12pt;
font-family: roboto, sans-serif;
font-weight: 400;
2020-06-04 04:45:26 +02:00
margin: 5px;
2020-06-11 04:33:21 +02:00
word-wrap: break-word;
2020-06-04 04:45:26 +02:00
}