Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / dracula / base.mcss
581 bytesRaw
1 | html, body { |
2 | background: #282a36 |
3 | color: #ccc |
4 | } |
5 | input.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 | } |
15 | a { |
16 | color: #6272a4 |
17 | :hover { |
18 | color: #aaa |
19 | } |
20 | } |
21 | |
22 | div { |
23 | -mnemonicWarning { |
24 | border: 1px solid #ffba4e |
25 | background: #5f410b |
26 | color: #ffdda7 |
27 | padding: 0.5em 1em |
28 | display:inline-block |
29 | } |
30 | } |
31 | pre.mnemonic { |
32 | border: 1px #aeaeae solid |
33 | background: #44475a |
34 | color: #aaa |
35 | white-space: pre-wrap |
36 | line-height: 1.5 |
37 | padding: 0.5em |
38 | display:inline-block |
39 | } |
Built with git-ssb-web