birdsounds.media/assets/scss/base/colors.scss
a 9aa43df629 First commit
The basic parts of the layouts/theme should work. I have only populated 2 albums so far.
2024-05-17 21:14:05 -05:00

16 lines
167 B
SCSS

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