portfoligor/assets/scss/_colors.scss

45 lines
620 B
SCSS
Raw Normal View History

////////////////////
// //
// SETTING COLORS //
// //
////////////////////
html,
2021-10-29 22:34:24 +02:00
body {
background-color: $darkest-polar;
2021-10-29 22:34:24 +02:00
color: $snow-storm-light-grey;
}
2021-10-29 22:34:24 +02:00
a {
color: $frost-green;
}
2021-10-29 22:34:24 +02:00
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,
2021-10-29 22:34:24 +02:00
.main-footer a,
nav {
color: $snow-storm-lightest-grey;
}
code,
pre {
background-color: $darker-polar;
}
figure {
2021-10-29 22:34:24 +02:00
// background-color: $darkest-polar;
// box-shadow: 0 2px 10px 5px $the-darkiest-polar;
}