mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
improve style
This commit is contained in:
@@ -3,3 +3,17 @@
|
|||||||
body {
|
body {
|
||||||
@apply bg-[#0a0a0a] text-gray-300;
|
@apply bg-[#0a0a0a] text-gray-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes pulse-slow {
|
||||||
|
0%,
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.animate-pulse-slow {
|
||||||
|
animation: pulse-slow 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user