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