We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5899579 commit df14783Copy full SHA for df14783
1 file changed
custom.css
@@ -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