forked from extern/the-glorious-startpage
13 lines
196 B
CSS
13 lines
196 B
CSS
#greeterMessage {
|
|
color: var(--base-color);
|
|
font-size: 32pt;
|
|
font-family: roboto-light;
|
|
margin: 5px;
|
|
}
|
|
|
|
#dateMessage {
|
|
color: #f2f2f2;
|
|
font-size: 12pt;
|
|
font-family: roboto;
|
|
margin: 5px;
|
|
} |