Files: 6791a012f6f25d8aeb64cae36c5f8ff3b21e9132 / app / html / settings / custom-styles.mcss
210 bytesRaw
1 | CustomStyles { |
2 | textarea { |
3 | font-family: monospace |
4 | line-height: 1.2rem |
5 | width: 100% |
6 | min-height: 400px |
7 | border: 1px solid gainsboro |
8 | } |
9 | |
10 | button { |
11 | display: block |
12 | margin: .5rem 0 |
13 | } |
14 | } |
15 |
Built with git-ssb-web