mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 19:24:17 +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 {
|
||||
background-color: #292F33;
|
||||
border: 2px dashed #FFCC4D;
|
||||
color: #FFCC4D;
|
||||
|
||||
--bluelib-color-r: 255;
|
||||
--bluelib-color-g: 204;
|
||||
--bluelib-color-b: 77;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue