1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 19:06:40 -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

@ -38,14 +38,14 @@ header {
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";

View File

@ -21,6 +21,5 @@
@import 'abstracts/responsive';
// Miscellaneous
@import 'components/logo';
@import 'components/syntax';
@import 'components/wave';