git ssb

1+

Daan Patchwork / patchwork



Tree: 3451510316992d414ec76ba5b29681fe359b7428

Files: 3451510316992d414ec76ba5b29681fe359b7428 / 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