From 683c145589f5c79becfa3a152eebcbc23ee1047c Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Fri, 29 Nov 2024 01:03:20 -0500 Subject: [PATCH] Upload files to "static" --- static/styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/styles.css b/static/styles.css index ed612cf..54317c3 100644 --- a/static/styles.css +++ b/static/styles.css @@ -323,6 +323,19 @@ button:active { text-align: center; } +.tip a { + color: #1e90ff; /* Adjust for light theme */ + text-decoration: none; + font-weight: bold; + transition: color 0.3s ease; +} + +.tip a:hover { + color: #ff4500; /* Adjust hover color */ + text-decoration: underline; +} + + /* Slider */ .switch { position: absolute;