git ssb

2+

mixmix / ticktack



Tree: 9ad3a2e414cf22e0069c0a3d4d06a02090503ad2

Files: 9ad3a2e414cf22e0069c0a3d4d06a02090503ad2 / styles / global.mcss

336 bytesRaw
1body {
2 $fontBasic
3 background-color: #fff
4
5 margin: 0
6
7 // different to Page
8 div.page {
9
10 overflow: hidden
11 position: absolute
12 top: 0
13 bottom: 0
14 right: 0
15 left: 0
16 }
17
18 (a) {
19 color: #2f63ad
20 text-decoration: none
21
22 :hover {
23 text-decoration: underline
24 }
25 }
26}
27
28img {
29 max-width: 100%
30}
31
32

Built with git-ssb-web