homepageTheme/theme/static/css/light.css

18 lines
163 B
CSS
Raw Normal View History

2019-05-11 11:50:39 +00:00
/* Main colors */
body {
color: #110;
}
body > * {
background: #110;
color: #EEF;
}
.main1 {
background: #DDE;
color: #110;
}
.main2 {
background: #FFF;
}