Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / dracula / profile-list.mcss
292 bytesRaw
1 | ProfileList { |
2 | a.profile { |
3 | background-color: #44475a |
4 | transition: background-color 0.25s |
5 | @svg connected { |
6 | circle { |
7 | fill: #45b754 |
8 | } |
9 | } |
10 | div.main { |
11 | div.name { |
12 | color: #ccc |
13 | } |
14 | } |
15 | :hover { |
16 | background-color: #44475a |
17 | } |
18 | } |
19 | } |
20 |
Built with git-ssb-web