git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 49657e414149351bb2bdb95532753c5c68906d3b

Files: 49657e414149351bb2bdb95532753c5c68906d3b / index.css

1013 bytesRaw
1body {
2 font-family: 'SourceCodeProRegular';
3 font-weight: lighter;
4 font-style: normal;
5 font-size: 16px;
6 margin: 20px;
7}
8
9.title {
10 font-size: 2.5em;
11 color: #48a47d;
12 letter-spacing: 3px;
13 font-weight: 200;
14 margin-top: 40px;
15 margin-bottom: 10px;
16 text-transform: uppercase;
17}
18
19h2 {
20 margin-top: 10px;
21 font-size: 1.3em;
22 color: #202329;
23 font-weight: lighter;
24}
25
26.main {
27 max-width: 960px;
28 margin: auto;
29 text-align: center;
30}
31
32.logo {
33 max-width: 50%;
34 display: block;
35 margin: auto;
36}
37
38a {
39 color: inherit;
40 font-weight: light;
41 text-decoration: none;
42}
43
44.link-box {
45 max-width: 250px;
46 text-align: center;
47 margin: auto;
48 margin-top: 35px;
49 margin-bottom: 35px;
50}
51
52.link-button {
53 background-color: #015249;
54 color: white;
55 padding: 10px;
56}
57
58a.download {
59 font-size: 1.4em;
60 display: block;
61}
62
63.download {
64 display: block;
65}
66
67.caption {
68 font-size: 0.8em;
69 margin-top: 1px;
70 margin-bottom: 1px;
71 font-style: italic;
72}
73
74.platform {
75 text-transform: capitalize;
76}
77

Built with git-ssb-web