Add active state to the footer socials
And use "transform" for transforms since e.g setting scale directly is not widely supported by browsers (baseline 2022)
This commit is contained in:
@ -175,7 +175,7 @@ section#comments {
|
||||
background-color: var(--boosts-bg);
|
||||
|
||||
svg {
|
||||
rotate: 180deg;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -187,7 +187,7 @@ section#comments {
|
||||
background-color: var(--faves-bg);
|
||||
|
||||
svg {
|
||||
rotate: 72deg;
|
||||
transform: rotate(72deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user