git ssb

2+

mixmix / ticktack



Tree: 1399cedf6a9c2dcf4b6662bdeb010225320af71c

Files: 1399cedf6a9c2dcf4b6662bdeb010225320af71c / 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: #1a95a9
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