Files: 3451510316992d414ec76ba5b29681fe359b7428 / styles / dracula / taggers-list.mcss
214 bytesRaw
1 | TaggersList { |
2 | a.profile { |
3 | background: #44475a |
4 | transition: background-color 0.25s |
5 | div.main { |
6 | div.name { |
7 | color: #ccc |
8 | } |
9 | } |
10 | :hover { |
11 | background-color: #44475a |
12 | } |
13 | } |
14 | } |
15 |
Built with git-ssb-web