1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:26:37 -04:00

forgot to fix logo hover colors

This commit is contained in:
2019-11-24 22:28:39 -05:00
parent 8ccd15ab87
commit e17c3ee816
3 changed files with 5 additions and 9 deletions

View File

@ -35,17 +35,17 @@ header {
// mix up logo colors on hover
&:hover {
color: $color-links;
svg {
g#c1 {
fill: $color-logo1;
}
g#c2 {
fill: $color-logo2;
}
g#c3 {
g#c2 {
fill: $color-logo3;
}
g#c3 {
fill: $color-logo1;
}
}
}
}

View File

@ -1,3 +0,0 @@
@charset "UTF-8";