Skip to content

Commit db4cb48

Browse files
committed
Make the header h1 and page title h2s bold
1 parent bfd6380 commit db4cb48

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

static/styles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ h1, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
33
text-decoration: none;
44
}
55

6+
header .logo h1 {
7+
font-weight: bold;
8+
}
9+
10+
h2 {
11+
font-weight: bold;
12+
}
13+
614
.postmeta {
715
display: block;
816
color: #77777a;
@@ -70,7 +78,7 @@ figure.block-image figcaption {
7078
color: black;
7179
}
7280

73-
figcaption a, figcaption a:hover {
81+
figcaption a:link, figcaption a:hover {
7482
color: black;
7583
}
7684

0 commit comments

Comments
 (0)