Skip to content

Commit 22010b4

Browse files
authored
Update custom.css
1 parent 9b80907 commit 22010b4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ body {
44
}
55

66
.page-header {
7-
background-image: linear-gradient(90deg, yellow, blue, red) !important;
7+
background-image: linear-gradient(135deg, red, green, blue) !important;
88
color: white !important;
99
background-color: transparent !important; /* Fallback just in case */
1010
}
1111

1212
a {
13-
color: #c0392b; /* Change link color */
13+
color: blue; /* Change link color */
14+
}
15+
16+
h2, h3, h4, h5, h6 {
17+
color: black !important;
1418
}

0 commit comments

Comments
 (0)