This repository has been archived on 2024-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
bird.tacowolf.net/assets/sass/theme.sass

13 lines
177 B
Sass
Raw Normal View History

2022-07-28 20:21:10 -04:00
body
2022-07-28 22:02:51 -04:00
background: $black
color: $white
2022-07-28 21:47:37 -04:00
a
2022-07-28 22:02:51 -04:00
color: $green
text-decoration: none
2022-07-28 21:47:37 -04:00
&:visited
2022-07-28 22:02:51 -04:00
color: $green
&:hover
color: $green-alt
li
list-style-type: none