-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (40 loc) · 816 Bytes
/
style.css
File metadata and controls
48 lines (40 loc) · 816 Bytes
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
body {
background-color: #0d82ff;
}
button {
padding: .7rem 2rem;
border: none;
width: 150px;
border-radius: 6px;
font-size: 1.5rem;
text-transform: capitalize;
line-height: .6;
letter-spacing: 1px;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
margin: 20px 15px;
display: block;
}
button:focus {
outline: none;
}
.green {
background-color: #328f1d
}
.red {
background-color: red
}
#pause_button {
background-color: orange
}
button:active {
border-radius: 0px;
}
#pauseSubText {
font-size: .5em;
}
#localLink {
font-size: 2em;
color: white;
display: none;
}