Skip to content

Commit df14783

Browse files
authored
Add files via upload
1 parent 5899579 commit df14783

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

custom.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/* Override Cayman theme colors */
2+
body {
3+
background-color: #f0f0f0; /* Change the background */
4+
}
5+
6+
.page-header {
7+
background-image: linear-gradient(135deg, red, green, blue) !important;
8+
color: white !important;
9+
background-color: transparent !important;
10+
}
11+
12+
h2, h3, h4, h5, h6 {
13+
color: black !important;
14+
}
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+
}
24+
25+
.main-content hr {
26+
height: 2px;
27+
padding: 0;
28+
margin: 1rem 0;
29+
background-color: #a7a7a8;
30+
border: 0;
31+
}
32+

0 commit comments

Comments
 (0)