Make some background colors and text colors configurable through new style configuration object

This commit is contained in:
Benji Hooper
2021-04-16 17:51:17 +01:00
parent dc818bd2b5
commit 8b7e59ca50
5 changed files with 107 additions and 22 deletions

View File

@@ -108,6 +108,7 @@ body {
color: $foreground;
box-sizing: border-box;
z-index: -1;
cursor: pointer;
&:hover {
background: lighten($background, 10);