git ssb

1+

Daan Patchwork / patchwork



Tree: e6d427f2c30da5c9ec9b290c55549106072e8b45

Files: e6d427f2c30da5c9ec9b290c55549106072e8b45 / styles / dracula / tag-list.mcss

206 bytesRaw
1TagList {
2 a.tag {
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