Files: 9fd4b46bd887a2c86dbcfbb71eeb88e81035662f / styles / global.mcss
201 bytesRaw
1 | body { |
2 | $fontBasic |
3 | $backgroundPrimaryText |
4 | |
5 | margin: 0 |
6 | |
7 | |
8 | (a) { |
9 | color: #2f63ad |
10 | text-decoration: none |
11 | |
12 | :hover { |
13 | text-decoration: underline |
14 | } |
15 | } |
16 | } |
17 | |
18 | img { |
19 | max-width: 100% |
20 | } |
21 | |
22 |
Built with git-ssb-web