1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00

🐛 Fix todo color

This commit is contained in:
Steffo 2021-07-20 02:55:18 +02:00
parent 67dcc08eec
commit 44c5d6428d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

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