Update main.css

This commit is contained in:
Cobalt-60
2023-11-18 02:58:22 +00:00
committed by GitHub
parent c3c25594f6
commit 281ffae8b5
+3 -2
View File
@@ -589,13 +589,14 @@ input:checked+.slider:before {
cursor: pointer;
border-radius: 2vh;
border-color: rgba(0, 0, 0, 0);
transition: border-color 0.4s linear;
transition: all 0.4s linear;
}
.featuredimg:hover {
border-color: rgba(255, 255, 255, 1);
border-width: 0.2vh;
border-width: 2vh;
transition: all 0.4s linear;
}
.featuredtopbar {