the-glorious-startpage/css/dashboard/greeter-date-message.css
Gerome Matilla ae6e1254ea
Quality control (#27)
* fix paddings on screen

* fix  test Variable Assigned to Object Injection Sink

* fix parse int missing base

* fix security issues(regex not included)

* fix missing base

* fixes padding

* minor fixes

* regex

* cleanup

* minor cleanup in webmenu

* cleanups

* cleanups spaces to tab

* cleanups

* spacing tabs fixes test

* cleanup

* cleanup

* multitransition new line

* cleanup

* cleanup

* cleanup

* cleanup

* readme

* comments

* cleanup

* Avoid assignments in operands

* cleanup
2020-06-16 20:07:54 +08:00

18 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;
}