git ssb

2+

mixmix / ticktack



Tree: 30cc7a8935378d1ee6fddd76239383d8da592a47

Files: 30cc7a8935378d1ee6fddd76239383d8da592a47 / 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