Skip to content

Commit 368600e

Browse files
updating title color
1 parent 297ece4 commit 368600e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

assets/css/styles.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
@import "syntax-highlighting";
66
@import "main";
77

8-
h1, .h1 {
9-
color: #07fac9; /* dark gray */
10-
}
11-
12-
h2, .h2 {
13-
color: #007bff; /* Bootstrap primary blue */
8+
9+
.page-title {
10+
color: #07fac9; /* or any color you want */
1411
}

0 commit comments

Comments
 (0)