git ssb

1+

Daan Patchwork / patchwork



Tree: 55fc93a9190c25f467ead205ab8d676b5191dbd4

Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / base.mcss

441 bytesRaw
1html, body {
2 background: whitesmoke
3 color: #2b2b2b
4}
5a {
6 color: #286bc3
7 :hover {
8 color: #5eabff
9 }
10}
11
12div {
13 -mnemonicWarning {
14 border: 1px solid #ffc965
15 background: #ffebcc
16 color: #8a6800
17 padding: 0.5em 1em
18 display:inline-block
19 }
20}
21pre.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