2020-06-04 04:45:26 +02:00
|
|
|
#greeterMessage {
|
|
|
|
color: var(--base-color);
|
|
|
|
font-size: 32pt;
|
2020-06-05 05:13:41 +02:00
|
|
|
font-family: roboto-light, sans-serif;
|
2020-06-10 08:47:04 +02:00
|
|
|
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;
|
2020-06-05 05:13:41 +02:00
|
|
|
font-family: roboto, sans-serif;
|
2020-06-10 08:47:04 +02:00
|
|
|
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
|
|
|
}
|