-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverwrite.css
More file actions
80 lines (66 loc) · 1.52 KB
/
overwrite.css
File metadata and controls
80 lines (66 loc) · 1.52 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
header {
background-color: #333;
color: #fff;
}
header .nav-link {
color: #fff;
}
header a {
margin-left: 25px;
margin-right: 25px;
font-size: 35px;
text-decoration: none;
color: white !important;
}
.nav-link {
color: #fff;
}
.nav-link:hover {
color: #aaa;
}
.form-control {
background-color: #444444;
color: #fff;
}
.form-control::placeholder {
color: #aaa;
}
.form-control:focus {
border-color: white;
box-shadow: none;
}
.card-body {
color: #444444;
}
.btn-primary {
background-color: #eda906;
border-color: #eda906;
}
.btn-primary:hover {
background-color: #eda906;
border-color: #eda906;
}
.btn-primary:focus {
background-color: #eda906;
border-color: #eda906;
border-color: #eda906;
}
.btn-primary:active {
border-color: #eda906 !important;
background-color: #eda906 !important;
border-color: #eda906;
border-color: #eda906;
}
.btn-primary:focus-visible {
background-color: #eda906;
border-color: #eda906;
border-color: #eda906;
}
input[type="search"]::-webkit-search-cancel-button {
transition: all 0.15s ease-in-out;
cursor: pointer;
-webkit-appearance: none;
height: 13px;
width: 13px;
background: url("data:image/svg+xml;charset=UTF-8,%3csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1' y1='11' x2='11' y2='1' stroke='%23eda906' stroke-width='2'/%3e%3cline x1='1' y1='1' x2='11' y2='11' stroke='%23eda906' stroke-width='2'/%3e%3c/svg%3e");
}