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;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
@apply .bg-green-600 .border-green-800 .text-green-50;
|
||||
|
||||
& > .title {
|
||||
@apply .bg-green;
|
||||
@apply .bg-green-500;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue