-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
89 lines (89 loc) · 1.44 KB
/
index.css
File metadata and controls
89 lines (89 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
body {
margin: 0;
color: rgba(0, 0, 0, 0.8);
background-color: #fcfcfd;
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue",
sans-serif;
line-height: 1.25;
}
main {
display: block;
padding: 1rem 1rem 2rem;
max-width: 48rem;
margin: 0 auto;
}
h1 {
font-weight: 400;
font-size: 2rem;
margin: 0.5rem 0;
}
header {
text-align: center;
}
code {
font-family: source-code-pro, Menlo, Consolas, "Courier New", monospace;
color: #005c43;
}
.small,
code {
font-size: 0.875rem;
}
#logo {
display: block;
width: 100%;
max-width: 32rem;
margin: 1rem auto;
}
hr,
#theme {
margin-top: 2rem;
}
button {
display: block;
padding: 0.5rem 1rem;
cursor: pointer;
font-weight: 500;
font-size: 1rem;
line-height: 1.15;
letter-spacing: 0.025rem;
border: none;
border-radius: 0.5rem;
border: none;
background-color: #9e1a88;
color: #fff;
outline: none;
user-select: none;
width: auto;
height: auto;
margin: 1.5rem auto;
transition: 0.2s;
}
button:hover,
button:focus {
background-color: #40ffd0;
color: #1d201f;
}
#random-theme,
#alternative {
font-size: 1.25rem;
letter-spacing: 0.025rem;
font-weight: 500;
margin: 0 auto;
text-align: center;
}
#or {
display: none;
margin: 0.125rem 0 0;
text-align: center;
font-size: 0.875rem;
}