We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec377f commit 9b80907Copy full SHA for 9b80907
1 file changed
custom.css
@@ -4,8 +4,9 @@ body {
4
}
5
6
.page-header {
7
- background-color: #c0392b; /* Change the header color */
8
- color: white; /* Change header text color */
+ background-image: linear-gradient(90deg, yellow, blue, red) !important;
+ color: white !important;
9
+ background-color: transparent !important; /* Fallback just in case */
10
11
12
a {
0 commit comments