-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.css
70 lines (70 loc) · 1.76 KB
/
footer.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
60
61
62
63
64
65
66
67
68
69
70
<style id="body-theme-color"> .navbar{
background-color: #000000 !important;
}
.jumbotron{
background-color: #000000 !important;
}
* {
background-color: black
}
* {
color: #FFFFFF
}
button.btn.btn-dark.challenge-button.w-100.text-truncate.pt-3.pb-3.mb-2.solved-challenge p{
background-color: #37d63e !important;
}
button.btn.btn-dark.challenge-button.w-100.text-truncate.pt-3.pb-3.mb-2.solved-challenge span{
background-color: #37d63e !important;
}
button.btn.btn-dark.challenge-button.w-100.text-truncate.pt-3.pb-3.mb-2 p{
background-color: #343a40 !important;
}
button.btn.btn-dark.challenge-button.w-100.text-truncate.pt-3.pb-3.mb-2 span{
background-color: #343a40 !important;
}
.modal-content{
background-color: #48C76A !important
}
.alert.alert-info.alert-dismissable.text-center #result-message{
background-color: #d1ecf1 !important
}
.alert.alert-success.alert-dismissable.text-center #result-message{
background-color: #d1ecf1 !important
}
.alert.alert-danger.alert-dismissable.text-center #result-message{
background-color: #f8d7da !important
}
.btn.btn-info.btn-file.mb-1.d-inline-block.px-2.w-100.text-truncate{
background-color: #000000 !important
}
div.alert.alert-danger.alert-dismissable.text-center span{
background-color: #f8d7da !important;
color: #000000
}
#result-message{
color: #015E1A !important
}
#keys-pie-graph{
outline: #48C76A 3px solid;
!important
}
#categories-pie-graph{
outline: #48C76A 3px solid;
!important
}
div.row #score-graph{
outline: #48C76A 3px solid;
!important
}
div.row:nth-of-type(4) h3{
box-shadow: 0 -3px 0 #48c76a;
!important
}
.form-control {
color: #EEE;
background: black;
}
.form-control:focus {
color: #EEE;
}
</style>