Files: e6df29b999257c928b0fe5316875680a479dba2e / 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