fchat-rising/less/themes/variables/light.less

12 lines
251 B
Plaintext
Raw Normal View History

2017-09-02 01:50:31 +00:00
//Import variable defaults first.
@import "../../flist_variables.less";
// Update variables here.
// @body-bg: #00ff00;
2017-10-16 23:58:57 +00:00
@hr-border: @text-color;
2018-01-06 16:14:21 +00:00
@body-bg: #fafafa;
@brand-warning: #e09d3e;
.whiteText {
text-shadow: @gray-darker 1px 1px 1px;
}