git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 05af45f26874f568c15a0c2c69eebba7570fdd87

Files: 05af45f26874f568c15a0c2c69eebba7570fdd87 / index.css

1456 bytesRaw
1body{
2 font-family: 'SourceCodeProRegular';
3 font-weight: lighter;
4 font-style: normal;
5 font-size: 16px;
6 margin: 20px; }
7
8.title{
9 font-size: 2.5em;
10 color: #48a47d;
11 letter-spacing: 3px;
12 font-weight: 200;
13 margin-top: 40px;
14 margin-bottom: 10px;
15 text-transform: uppercase;
16}
17
18h2{
19 margin-top: 10px;
20 font-size: 1.3em;
21 color; #202329;
22 font-weight: lighter; }
23
24.main{
25 max-width: 960px;
26 margin: auto;
27 text-align: center;}
28
29
30.logo{
31 max-width: 50%;
32 display: block;
33 margin: auto; }
34
35a{
36 color: inherit;
37 font-size: 1.4em;
38 font-weight: light;
39 text-decoration: none; }
40
41.link-box{
42 max-width: 250px;
43 text-align: center;
44 margin: auto;
45 margin-top: 35px;
46 margin-bottom: 35px;
47}
48
49.link-button{
50 background-color: #015249;
51 color: white;
52 padding: 10px; }
53
54.caption{
55 font-size: 0.8em;
56 margin-top: 1px;
57 margin-bottom: 1px;
58 font-style: italic; }
59
60.accent-text{
61 color: #77c9d4;
62 font-weight: bold;
63 font-style: normal; }
64
65.invite-code{
66 font-family: 'FantasqueSansMonoRegular';
67 font-style: normal;
68 font-weight: lighter;
69 font-size: 1.1em;
70 line-height: 1.3em; }
71
72.gif{
73 max-width: 600px;
74 display: block;
75 margin: auto;
76 margin-top: 40px;
77 margin-bottom: 40px;
78 -webkit-filter: drop-shadow(2px 2px 2px #a5a5af);
79 filter: drop-shadow(2px 2px 2px #a5a5af); }
80
81.closer{
82 margin-top: 10px;
83}
84
85.closing-remarks{
86 margin-top: 60px;
87 margin-bottom: 60px; }
88
89.platform {
90 text-transform: capitalize;
91}
92

Built with git-ssb-web