Skip to content

Commit 9b80907

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ body {
44
}
55

66
.page-header {
7-
background-color: #c0392b; /* Change the header color */
8-
color: white; /* Change header text color */
7+
background-image: linear-gradient(90deg, yellow, blue, red) !important;
8+
color: white !important;
9+
background-color: transparent !important; /* Fallback just in case */
910
}
1011

1112
a {

0 commit comments

Comments
 (0)