We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413e495 commit 4e58508Copy full SHA for 4e58508
assets/css/main.scss
@@ -20,6 +20,15 @@ a:hover {
20
color: #333333; // Dark gray
21
}
22
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
+
32
33
/* Custom styles for the 404 page */
34
.page__hero {
0 commit comments