git ssb

1+

Daan Patchwork / patchwork



Tree: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c

Files: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c / styles / dracula / base.mcss

263 bytesRaw
1html, body {
2 background: #282a36
3 color: #ccc
4}
5input.search {
6 background: rgba(0, 0, 0, 0.2)
7 color: #ccc
8 :focus {
9 background: #44475a
10 }
11 ::-webkit-input-placeholder {
12 color: #6272a4
13 }
14}
15a {
16 color: #6272a4
17 :hover {
18 color: #aaa
19 }
20}
21

Built with git-ssb-web