Skip to content

Commit 849ef32

Browse files
committed
Add extra css.
1 parent 1778a1c commit 849ef32

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

pkgdown/extra.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
.navbar-nav .nav-item > .nav-link {
2+
margin-right: 10px;
3+
}
4+
.template-home img.logo {
5+
width: 150px;
6+
}
7+
img.logo {
8+
width: 150px;
9+
margin-left: 30px;
10+
}
11+
.h1, .h2, .h3, h1, h2, h3 {
12+
margin-top: 35px;
13+
margin-bottom: 10px;
14+
}
15+
body {
16+
font-size: 100%;
17+
}
18+
/*
19+
p {
20+
font-size: 0.875em; 14px/16=0.875em
21+
}
22+
*/
23+
.fa-bluesky {
24+
font-family: "Font Awesome 6 Brands";
25+
font-weight: 400;
26+
}
27+
span.fa.fa-bluesky {
28+
font-size: 15.5px;
29+
}
30+
@media screen and (min-width: 1000px) {
31+
span.fa.fa-bluesky {
32+
padding-left: 12px;
33+
}
34+
}
35+
span.fa.fa-twitter {
36+
font-size: 18px;
37+
}
38+
span.fa.fa-github {
39+
font-size: 18px;
40+
margin-right: 100px;
41+
}
42+
a {
43+
color: #0089b3; /* #007da3 */
44+
}
45+
a:hover {
46+
color: #005873; /* #027ca1; */
47+
}
48+
pre {
49+
color: #cccccc;
50+
}
51+
small.nav-text.text-muted {
52+
color: #999a9c !important; /* #8e8c84 #999a9c; -> Same as navbar */
53+
}
54+
55+
.form-control,
56+
.form-control::placeholder {
57+
color: #999a9c !important;
58+
}
59+
60+
[data-bs-theme="dark"] {
61+
--bs-body-color: #cccccc !important;
62+
--bs-secondary-color: #cccccc !important;
63+
--bs-tertiary-color: #999a9c !important;
64+
}

0 commit comments

Comments
 (0)