Fix colors
This commit is contained in:
parent
f62c8a0d55
commit
d6feaec202
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
@keyframes onlineblink {
|
||||
0% {
|
||||
@apply .bg-green;
|
||||
@apply .bg-green-500;
|
||||
}
|
||||
100% {
|
||||
@apply .bg-green-600;
|
||||
|
|
Reference in a new issue