1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-18 00:10:49 -05:00

just some SASS cleanup

This commit is contained in:
2020-01-28 00:11:22 -05:00
parent f713dec354
commit e629f00492
25 changed files with 204 additions and 186 deletions

View File

@@ -27,6 +27,5 @@ main#etc {
font-size: 1.6em;
padding: 0 0.6em;
}
}
}

View File

@@ -38,17 +38,6 @@ main#home {
vertical-align: middle;
}
// non-link colors
span {
&#serverless {
color: $color-serverless;
}
&#shh {
color: $color-medium-light;
}
}
img#me {
float: right;
margin: 0 0 0.5em 1em;
@@ -60,7 +49,7 @@ main#home {
}
a {
// Loop through $colors-home -- the main reason I switched to SASS :)
// Loop through $colors-home (see abstracts/_variables)
@each $id, $color in $colors-home {
&##{$id} {
color: $color;
@@ -85,6 +74,17 @@ main#home {
}
}
}
// non-link colors
span {
&#serverless {
color: $color-serverless;
}
&#shh {
color: $color-medium-light;
}
}
}