Files: 2cbf6075c6387cd0e72c91a39e1bbcbc91d0f4fa / styles / global.mcss
271 bytesRaw
1 | body { |
2 | font-family: arial |
3 | background-color: #fff |
4 | |
5 | margin: 0 |
6 | |
7 | (a) { |
8 | color: #1a95a9 |
9 | text-decoration: none |
10 | |
11 | :hover { |
12 | text-decoration: underline |
13 | } |
14 | } |
15 | } |
16 | |
17 | img { |
18 | max-width: 100% |
19 | } |
20 | |
21 | Markdown { |
22 | word-break: break-word |
23 | } |
24 | |
25 | button { |
26 | width: 100% |
27 | } |
28 |
Built with git-ssb-web