Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / dracula / split-view.mcss
432 bytesRaw
1 | SplitView { |
2 | div.side { |
3 | background: #282a36 |
4 | border-right: 1px solid #282a36 |
5 | -right { |
6 | border: none |
7 | border-left: 1px solid #282a36 |
8 | background: #282a36 |
9 | } |
10 | (h2) { |
11 | margin-top: 20px |
12 | margin-bottom: 8px |
13 | color: #6e6d6d |
14 | font-weight: lighter |
15 | :first-child { |
16 | margin-top: 0 |
17 | } |
18 | span.sub { |
19 | font-weight: normal |
20 | font-size: 90% |
21 | } |
22 | } |
23 | } |
24 | } |
25 |
Built with git-ssb-web