Files: 996a5056487e4eca14e036e0f7175b60e587e77c / styles / global.mcss
359 bytesRaw
1 | html { |
2 | font-size: 17px |
3 | } |
4 | |
5 | body { |
6 | $fontBasic |
7 | $backgroundPrimaryText |
8 | |
9 | margin: 0 |
10 | |
11 | |
12 | (a) { |
13 | color: #2f63ad |
14 | text-decoration: none |
15 | |
16 | :hover { |
17 | text-decoration: underline |
18 | } |
19 | } |
20 | } |
21 | |
22 | img { |
23 | max-width: 100% |
24 | } |
25 | |
26 | ul.medium-editor-toolbar-actions { |
27 | li { |
28 | button.custom-button-h2 { |
29 | font-size: 20px |
30 | padding-top: 10px |
31 | } |
32 | } |
33 | } |
34 |
Built with git-ssb-web