portfoligor/assets/scss/_colors.scss

45 lines
620 B
SCSS

////////////////////
// //
// SETTING COLORS //
// //
////////////////////
html,
body {
background-color: $darkest-polar;
color: $snow-storm-light-grey;
}
a {
color: $frost-green;
}
a:active,
a:focus,
.main-header a:active,
.main-header a:focus {
color: $frost-lighter-green;
}
a:visited {
color: $frost-grey-blue;
}
.main-header,
.main-header a,
.main-footer,
.main-footer a,
nav {
color: $snow-storm-lightest-grey;
}
code,
pre {
background-color: $darker-polar;
}
figure {
// background-color: $darkest-polar;
// box-shadow: 0 2px 10px 5px $the-darkiest-polar;
}