Skip to content

Commit f635016

Browse files
authored
Update custom.css
1 parent 4f181f7 commit f635016

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

custom.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ body {
66
.page-header {
77
background-image: linear-gradient(135deg, red, green, blue) !important;
88
color: white !important;
9-
background-color: transparent !important; /* Fallback just in case */
10-
}
11-
12-
a {
13-
color: blue; /* Change link color */
9+
background-color: transparent !important;
1410
}
1511

1612
h2, h3, h4, h5, h6 {
1713
color: black !important;
1814
}
15+
16+
.page-header h2
17+
{
18+
color: white !important; /* But keep header text white inside the page header */
19+
}
20+
21+
a {
22+
color: blue; /* Change link color */
23+
}

0 commit comments

Comments
 (0)