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

18 lines
308 B
CSS
Raw Normal View History

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