Files: d410e696e202f0fa3b384dfa76ad876acb28868b / styles / dracula / sheet.mcss
394 bytesRaw
1 | Sheet { |
2 | background: #343744 |
3 | box-shadow: 0 0 40px black |
4 | border-bottom-left-radius: 3px |
5 | border-bottom-right-radius: 3px |
6 | -private { |
7 | footer { |
8 | border-color: #5b56b3 |
9 | background-color: #50fa7ba56 |
10 | } |
11 | } |
12 | -public { |
13 | footer { |
14 | background-color: #6f482c |
15 | } |
16 | } |
17 | footer { |
18 | border-top: 1px solid #6272a4 |
19 | button { |
20 | border: 1px solid #44475a |
21 | } |
22 | } |
23 | } |
24 |
Built with git-ssb-web