the-glorious-startpage/css/dashboard/greeter-date-message.css
Gerome Matilla c59d1ec0ec
Css (#26)
* add screens css

* separate dir for screens

* separate dir for dashboard and settings

* separate dir for centeredbox and its contents

* move autosuggestion to centeredbox dir

* rename webmenu to webmenuscreen

* fix bugs and errors caused by renaming webmenu

* fix missing dashboard icons

* fix missing weather forecast  icons

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* combine bars and panels

* bars css cleanup

* dashboard missing icon fix and css

* decrease the usage of !important

* decrease the usage of important
2020-06-16 13:00:55 +08:00

17 lines
308 B
CSS

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