git ssb

1+

Daan Patchwork / patchwork



Tree: d410e696e202f0fa3b384dfa76ad876acb28868b

Files: d410e696e202f0fa3b384dfa76ad876acb28868b / 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