Skip to content

Commit 4e58508

Browse files
committed
style: emphasize article titles
1 parent 413e495 commit 4e58508

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ a:hover {
2020
color: #333333; // Dark gray
2121
}
2222

23+
/* Override article title style */
24+
.page__title a {
25+
color: $link-color;
26+
font-weight: bold;
27+
}
28+
.page__title a:hover {
29+
color: $link-color-hover;
30+
}
31+
2332

2433
/* Custom styles for the 404 page */
2534
.page__hero {

0 commit comments

Comments
 (0)