Upload files to "static"

This commit is contained in:
2024-11-29 01:03:20 -05:00
parent 6ab9439939
commit 683c145589

View File

@ -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;