Files: 25a1b62eac06d4d75d5b9b4ee53a86ab7f163b5f / styles / dark / base.mcss
105 bytesRaw
1 | html, body { |
2 | background: #434141 |
3 | color: #ccc |
4 | } |
5 | a { |
6 | color: #757474 |
7 | :hover { |
8 | color: #aaa |
9 | } |
10 | } |
11 |
Built with git-ssb-web
1 | html, body { |
2 | background: #434141 |
3 | color: #ccc |
4 | } |
5 | a { |
6 | color: #757474 |
7 | :hover { |
8 | color: #aaa |
9 | } |
10 | } |
11 |
Built with git-ssb-web