-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
59 lines (51 loc) · 977 Bytes
/
app.css
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
body {
color: #fff;
background: #fff;
font-family: verdana, sans-serif;
}
.scoreboard {
min-height: 100vh;
}
h1 {
text-transform: uppercase;
font-size: px;
font-weight: 800;
color: #712CF8;
background-color: #F1EAFF;
}
h2 {
text-transform: uppercase;
font-size: px;
font-weight: 800;
color: #712CF8;
}
.points p {
font-family: 'Orbitron', sans-serif;
font-weight: 400;
font-size: 80px;
background: #F1EAFF;
color: #712CF8;
min-width: 205px;
}
.btn-primary {
background: transparent;
color: #712CF8;
border-color: #712CF8;
font-size: 1.5em;
}
.btn-primary:hover,
.btn-primary:active {
color: #fff;
background-color: #712CF8;
border-color: #712CF8;
}
.btn-check:focus+.btn-primary,
.btn-primary:focus {
color: #fff;
background-color: #712CF8;
border-color: #712CF8;
box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}
.winpoint {
color: #712CF8;
}