git ssb

10+

Matt McKegg / patchwork



Tree: e66f956a704b5cc908e734c44d4eb6f082b5a141

Files: e66f956a704b5cc908e734c44d4eb6f082b5a141 / styles / light / base.mcss

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

Built with git-ssb-web