diff --git a/templates/control.html b/templates/control.html index 107f1d0..b47d784 100644 --- a/templates/control.html +++ b/templates/control.html @@ -118,6 +118,20 @@ text-align: center; border-radius: 5px; } + .monitor-link { + color: white; + background-color: #007bff; + padding: 10px 15px; + border-radius: 5px; + text-decoration: none; + font-weight: bold; + transition: background-color 0.3s; + } + +.monitor-link:hover { + background-color: #0056b3; +} + .slider-container { margin-top: 10px; } @@ -133,6 +147,9 @@