Files: 50a8f45832d95d56a26433d9cd66e7453416a55e / 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