changed color again lol
This commit is contained in:
+2
-2
@@ -28,12 +28,12 @@
|
|||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|
||||||
transition: 1s ease;
|
transition: 1s ease;
|
||||||
box-shadow: 0px 0px 25px white;
|
box-shadow: 0px 0px 25px var(--light-gold);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-card:hover {
|
.review-card:hover {
|
||||||
box-shadow: 0px 0px 25px var(--light-gold);
|
box-shadow: 0px 0px 25px var(--gold);
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-card-head {
|
.review-card-head {
|
||||||
|
|||||||
Reference in New Issue
Block a user