Files: 69fecb32f29fb953037e1e0b67db4d89bb1cab8b / 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