WIP
This commit is contained in:
@@ -27,9 +27,9 @@ body {
|
||||
|
||||
.dark {
|
||||
background-color: #232831;
|
||||
/* background-image: url(src/ui/img/pattern.png); */
|
||||
background-image: url(img/pattern.png);
|
||||
color: #ddd;
|
||||
--logo-url: url(src/logo.svg);
|
||||
--logo-url: url(img/logo.svg);
|
||||
|
||||
--color-btn: rgb(0, 173, 136);
|
||||
--color-btn-light: rgb(0, 207, 162);
|
||||
@@ -47,9 +47,9 @@ body {
|
||||
|
||||
.light {
|
||||
background-color: #c1ced4;
|
||||
/* background-image: url(src/ui/img/pattern-light.png); */
|
||||
background-image: url(img/pattern-light.png);
|
||||
color: #222;
|
||||
--logo-url: url(src/logo-dark.svg);
|
||||
--logo-url: url(img/logo-dark.svg);
|
||||
|
||||
--color-btn: rgb(0, 148, 116);
|
||||
--color-btn-light: rgb(0, 114, 89);
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user