mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
🐛 Fix todo color
This commit is contained in:
parent
67dcc08eec
commit
44c5d6428d
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
.Todo {
|
.Todo {
|
||||||
background-color: #292F33;
|
background-color: #292F33;
|
||||||
border: 2px dashed #FFCC4D;
|
border: 2px dashed #FFCC4D;
|
||||||
color: #FFCC4D;
|
|
||||||
|
--bluelib-color-r: 255;
|
||||||
|
--bluelib-color-g: 204;
|
||||||
|
--bluelib-color-b: 77;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue