Fix colors

This commit is contained in:
Dane Everitt 2019-02-09 14:37:30 -08:00
parent f62c8a0d55
commit d6feaec202
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
@keyframes onlineblink {
0% {
@apply .bg-green;
@apply .bg-green-500;
}
100% {
@apply .bg-green-600;

View file

@ -32,7 +32,7 @@
@apply .bg-green-600 .border-green-800 .text-green-50;
& > .title {
@apply .bg-green;
@apply .bg-green-500;
}
}