git ssb

1+

Daan Patchwork / patchwork



Tree: 58ab0241031aa549a35cce1e678c27065ae66221

Files: 58ab0241031aa549a35cce1e678c27065ae66221 / styles / light / notifier.mcss

327 bytesRaw
1Notifier {
2 background: rgb(214, 228, 236)
3 border-bottom: 1px solid rgb(187, 201, 210)
4 :hover {
5 background: rgb(220, 242, 255)
6 }
7 -loader {
8 background: rgb(255, 239, 217)
9 border-bottom: 1px solid rgb(228, 220, 195)
10 color: #10100c !important
11 :hover {
12 background: rgb(245, 229, 207)
13 }
14 }
15}
16

Built with git-ssb-web