Update main.css

This commit is contained in:
fowntain
2023-08-27 09:52:09 -04:00
committed by GitHub
parent 942ece50fa
commit a325498a43
+4 -2
View File
@@ -510,14 +510,16 @@ input:checked+.slider:before {
.featuredimg {
width: 75%;
height: 100%;
border-radius: 1.5vh;
transition: all 0.4s ease;
box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color);
cursor: pointer;
border-radius: 2vh;
border-color: rgba( 0, 0, 0, 0);
transition: border-color 0.4s linear;
}
.featuredimg:hover {
box-shadow: 0.6vh 0.6vh 1vh 0vh var(--shadow-color);
border-color: rgba(255, 255, 255, 1);
}
.featuredtopbar {