-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextra.css
More file actions
68 lines (66 loc) · 1.12 KB
/
Copy pathextra.css
File metadata and controls
68 lines (66 loc) · 1.12 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
.navbar-nav .nav-item > .nav-link {
margin-right: 10px;
}
.template-home img.logo {
width: 150px;
}
img.logo {
width: 150px;
margin-left: 30px;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 35px;
margin-bottom: 10px;
}
body {
font-size: 100%;
}
dd {
padding-left: 1.5rem !important;
margin-bottom: 0.5rem !important;
}
/*
p {
font-size: 0.875em; 14px/16=0.875em
}
*/
.fa-bluesky {
font-family: "Font Awesome 6 Brands";
font-weight: 400;
}
span.fa.fa-bluesky {
font-size: 15.5px;
}
@media screen and (min-width: 1000px) {
span.fa.fa-bluesky {
padding-left: 12px;
}
}
span.fa.fa-twitter {
font-size: 18px;
}
span.fa.fa-github {
font-size: 18px;
margin-right: 100px;
}
a {
color: #0089b3; /* #007da3 */
}
a:hover {
color: #005873; /* #027ca1; */
}
pre {
color: #cccccc;
}
small.nav-text.text-muted {
color: #999a9c !important; /* #8e8c84 #999a9c; -> Same as navbar */
}
.form-control,
.form-control::placeholder {
color: #999a9c !important;
}
[data-bs-theme="dark"] {
--bs-body-color: #cccccc !important;
--bs-secondary-color: #cccccc !important;
--bs-tertiary-color: #999a9c !important;
}