This commit is contained in:
Maciej Caderek
2022-02-16 03:20:02 +01:00
parent e905e896d3
commit aaa75f47f4
5 changed files with 4 additions and 4 deletions

View File

@@ -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