Files: 10e34b53d3a68d175823c7588d903463e08056ce / app / html / link.mcss
111 bytesRaw
1 | Link { |
2 | color: #222 |
3 | cursor: pointer |
4 | |
5 | -string { |
6 | :hover { |
7 | text-decoration: underline |
8 | } |
9 | } |
10 | } |
11 | |
12 |
Built with git-ssb-web
1 | Link { |
2 | color: #222 |
3 | cursor: pointer |
4 | |
5 | -string { |
6 | :hover { |
7 | text-decoration: underline |
8 | } |
9 | } |
10 | } |
11 | |
12 |
Built with git-ssb-web