portfoligor/assets/scss/_colors.scss

43 lines
600 B
SCSS

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