Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / base.mcss
441 bytesRaw
1 | html, body { |
2 | background: whitesmoke |
3 | color: #2b2b2b |
4 | } |
5 | a { |
6 | color: #286bc3 |
7 | :hover { |
8 | color: #5eabff |
9 | } |
10 | } |
11 | |
12 | div { |
13 | -mnemonicWarning { |
14 | border: 1px solid #ffc965 |
15 | background: #ffebcc |
16 | color: #8a6800 |
17 | padding: 0.5em 1em |
18 | display:inline-block |
19 | } |
20 | } |
21 | pre.mnemonic { |
22 | border: 1px gainsboro solid |
23 | background: #fafafa |
24 | color: #7c7c7c |
25 | white-space: pre-wrap |
26 | line-height: 1.5 |
27 | padding: 0.5em 1em |
28 | display:inline-block |
29 | } |
Built with git-ssb-web