Skip to content

Commit 8400e1a

Browse files
committed
Small fixes
1 parent 1db2198 commit 8400e1a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/layouts/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ body {
3838
font-weight: 400;
3939
margin: 1.25em 0 0.75em;
4040
}
41+
h1 a,
42+
h2 a,
43+
h3 a,
44+
h4 a,
45+
h5 a,
46+
h6 a {
47+
font-weight: normal;
48+
}
4149
@media (min-width: 768px) {
4250
.container {
4351
width: 750px;

src/layouts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class Header extends React.Component {
208208
border-bottom-color: rgba(0, 0, 0, 0.6);
209209
}
210210
.navbar-header-contrast :global(#search-docs) {
211-
background-image: url("/search-white.svg");
211+
background-image: url("https://graphene-python.org/search-white.svg");
212212
color: white;
213213
border-bottom-color: rgba(255, 255, 255, 0.5);
214214
}

0 commit comments

Comments
 (0)