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;