Files: 81b5142c9c1ffb82378b6e32ba1b24a2d3a029e5 / 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