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

pretty sweet svg logo color swap

This commit is contained in:
2019-10-13 10:24:41 -04:00
parent 8e8d85c646
commit 8fd49a1410
2 changed files with 31 additions and 34 deletions

View File

@ -23,6 +23,24 @@ body#notes {
margin: 1.5em auto;
display: block;
}
&:hover {
$logo-original1: #6fbc4e;
$logo-original2: #ffb900;
$logo-original3: #009cdf;
svg {
g#area1 {
fill: $logo-original2;
}
g#area2 {
fill: $logo-original3;
}
g#area3 {
fill: $logo-original1;
}
}
}
}
}
}
@ -217,33 +235,6 @@ body#notes {
object-fit: scale-down;
}
}
/*
&#commento {
border-top: 1px solid #ccc;
padding-top: 1.5em;
margin-top: 1.5em;
// disable link underline effect in comments
a {
background: none;
&:hover {
text-decoration: underline;
}
}
div.commento-body {
a {
color: $color-links;
}
}
div#commento-footer {
display: none;
}
}
*/
}
&#archive section.year {