forked from extern/the-glorious-startpage
c59d1ec0ec
* 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
17 lines
308 B
CSS
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;
|
|
} |