birdsounds.media/assets/scss/base/colors.scss

16 lines
167 B
SCSS
Raw Normal View History

body {
background: #212121;
color: white;
}
a:link {
color: hsl(210, 100%, 50%)
}
a:visited {
color: hsl(270, 100%, 75%)
}
.photo-details {
background: #111;
}