-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.css
59 lines (47 loc) · 852 Bytes
/
common.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 {
background-color: #1e1e1e !important;
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
min-height: 100vh;
}
h1, h2 .fs-2, h3, h4, summary {
color: #0cf !important;
}
.bg-content {
background-color: #2e2e2e;
}
.nav-link:hover {
text-decoration: underline;
}
.card {
cursor: pointer;
}
.card:hover {
background-color: #0cf !important;
}
.card-img-large {
min-height: 174px;
}
.btn:hover, .bi:hover {
filter: brightness(0.5);
}
@media only screen and (max-width: 995px) {
.btn-group {
display: unset !important;
}
.card-img-large {
min-height: 97px;
}
}
footer {
flex: 0 0 50px;
margin-top: auto;
}
.footer-link {
color: white !important;
text-decoration: none;
}
.footer-link:hover {
text-decoration: underline;
}