Skip to content

Commit ae80cac

Browse files
committed
styling: make headings bold
I'm having a hard time seeing the structure otherwise, let's give it a try. Make the red less flashy, so it doesn't look that much like an error message.
1 parent 226d847 commit ae80cac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/stylesheets/extra.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
:root {
7-
--msys2-red: #c0000d;
7+
--msys2-red: #993232;
88
--msys2-dark-bg: #333;
99
--msys2-text: #3a3a3a;
1010
--msys2-dark-text: #303030;
@@ -41,7 +41,7 @@
4141
font-size: 22px;
4242
margin: 0;
4343
letter-spacing: -0.5px;
44-
font-weight: normal;
44+
font-weight: bold;
4545
line-height: 1.1em;
4646
padding-bottom: 0.7em;
4747
}
@@ -65,14 +65,14 @@
6565
.md-typeset h2 {
6666
font-size: 1rem;
6767
color: var(--msys2-red);
68-
font-weight: normal;
68+
font-weight: bold;
6969
margin-top: 1.2rem;
7070
}
7171

7272
.md-typeset h3 {
7373
font-size: 0.85rem;
7474
color: var(--msys2-dark-text);
75-
font-weight: normal;
75+
font-weight: bold;
7676
margin-top: 1.2rem;
7777
}
7878

0 commit comments

Comments
 (0)