git ssb

1+

Daan Patchwork / patchwork



Tree: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c

Files: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c / styles / base / base.mcss

877 bytesRaw
1html {
2 font-size: 12px
3}
4
5html, body {
6 margin: 0
7 overflow: hidden
8 height: 100%
9 -webkit-user-select: none
10}
11
12body {
13 display: flex
14 flex-direction: column
15 line-height: 1.2
16}
17h1 {
18 font-size: 200%
19 margin: 4px 0
20 font-weight: normal
21 flex: 1
22}
23input {
24 [type='text'] {
25 font-size: 80%
26 display: inline-block
27 padding: 2px 4px
28 height: 18px
29 border: 1px solid darkgray
30 background: #333
31 color: #fff
32 padding-right: 12px
33 border-radius: 0
34 }
35}
36a {
37 text-decoration: none
38 code {
39 color: #8ec1fc
40 }
41}
42* + h1 {
43 margin-top: 16px
44}
45* {
46 box-sizing: border-box
47}
48html, input, select {
49 font-family: system-ui, sans-serif
50}
51::-webkit-file-upload-button {
52 font-family: inherit
53}
54
55Emoji {
56 font-family: NotoColorEmoji
57 font-size: 120%
58 line-height: 1
59 -suggest {
60 line-height: 1.4
61 }
62 -large {
63 font-size: 2rem
64 }
65}
66

Built with git-ssb-web