From 3a671cac6a03e4809f90ceae81a742c46c4a4b4d Mon Sep 17 00:00:00 2001 From: DAVIDB Date: Fri, 1 Aug 2025 14:42:32 +0200 Subject: [PATCH] UPDATE: Configurable modo monitor y tema v2 --- static/css/styles.css | 2 +- templates/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 4c2b7a4..9a1fe83 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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; } } diff --git a/templates/index.html b/templates/index.html index 0d88845..9add8ed 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,7 @@ +