UPDATE: Configurable modo monitor y tema v2

This commit is contained in:
2025-08-01 14:42:32 +02:00
parent 6184c3dc77
commit 3a671cac6a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
}
@keyframes blink {
0%, 100% { background-color: #0a6eb2}
0%, 100% { background-color: var(--blink-start-color);}
50% { background-color: #ffff00; color: black; }
}