git ssb

2+

mixmix / ticktack



Tree: 8943d5337c4f14e8cf7746fafc3943d3ccc3b1f6

Files: 8943d5337c4f14e8cf7746fafc3943d3ccc3b1f6 / styles / global.mcss

326 bytesRaw
1body {
2 $basicText
3 background-color: #fff
4
5 margin: 0
6
7 (a) {
8 color: #1a95a9
9 text-decoration: none
10
11 :hover {
12 text-decoration: underline
13 }
14 }
15}
16
17img {
18 max-width: 100%
19}
20
21Markdown {
22 word-break: break-word
23
24 (img) {
25 margin: .5rem 0
26 border-radius: .5rem
27 }
28}
29
30button {
31 width: 100%
32}
33

Built with git-ssb-web