git ssb

2+

mixmix / ticktack



Tree: 19ff7d8be964bd96cd9f8ed89a1ed59c65197700

Files: 19ff7d8be964bd96cd9f8ed89a1ed59c65197700 / styles / global.mcss

336 bytesRaw
1body {
2 $fontBasic
3 $backgroundPrimaryText
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