feat(ui): LESS Integration
Added less integration + light mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@color: white;
|
||||
|
||||
@import "light-mode.less";
|
||||
body {
|
||||
background-image: @background-image;
|
||||
background-size: 100vw 100vh;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@@ -1,2 +0,0 @@
|
||||
@color: red;
|
||||
@background-image: url("/assets/images/img.png");
|
||||
Reference in New Issue
Block a user