Make some background colors and text colors configurable through new style configuration object
This commit is contained in:
@@ -108,6 +108,7 @@ body {
|
||||
color: $foreground;
|
||||
box-sizing: border-box;
|
||||
z-index: -1;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: lighten($background, 10);
|
||||
|
||||
Reference in New Issue
Block a user