alex.racine/themes/portfoliGor/assets/scss/_colors.scss

51 lines
685 B
SCSS

////////////////////
// //
// SETTING COLORS //
// //
////////////////////
html,
body {
background-color: $the-darkiest-polar;
color: $snow-storm-light-grey;
}
a {
color: $light-avatar-blue;
}
a:visited {
color: $frost-grey-blue;
}
a:active,
a:focus,
.main-header a:active,
.main-header a:focus {
color: $frost-lighter-green;
}
a:hover,
.main-header a:hover,
.main-footer a:hover {
color: $aurora-purple;
}
.main-header,
.main-header a,
.main-footer,
.main-footer a,
nav {
color: $snow-storm-lightest-grey;
}
code,
pre {
background-color: $darker-polar;
}
mark {
background-color: $aurora-yellow;
color: $the-darkiest-polar;
}