Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / taggers-list.mcss
301 bytesRaw
1 | TaggersList { |
2 | a.profile { |
3 | background: rgba(255, 255, 255, 0.74) |
4 | transition: background-color 0.2s |
5 | div.main { |
6 | div.name { |
7 | font-weight: bold |
8 | font-size: 110% |
9 | color: #636363 |
10 | } |
11 | } |
12 | :hover { |
13 | background-color: rgba(255, 255, 255, 0.4) |
14 | } |
15 | } |
16 | } |
17 |
Built with git-ssb-web