fix lightmode visual bug
Browse files- styling.css +10 -0
styling.css
CHANGED
@@ -68,6 +68,14 @@ body.invariant:not(.dark) {
|
|
68 |
gap: 10pt;
|
69 |
}
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
.home-banner-buttons a {
|
72 |
background-color: #fff;
|
73 |
color: #000;
|
@@ -82,6 +90,8 @@ body.invariant:not(.dark) {
|
|
82 |
text-decoration: none; /* Remove underlining */
|
83 |
}
|
84 |
|
|
|
|
|
85 |
/* Base style for the button */
|
86 |
.button-loading {
|
87 |
display: inline-block;
|
|
|
68 |
gap: 10pt;
|
69 |
}
|
70 |
|
71 |
+
.home-banner-content h1 {
|
72 |
+
color: #fff;
|
73 |
+
}
|
74 |
+
|
75 |
+
.home-banner-content p {
|
76 |
+
color: #fff;
|
77 |
+
}
|
78 |
+
|
79 |
.home-banner-buttons a {
|
80 |
background-color: #fff;
|
81 |
color: #000;
|
|
|
90 |
text-decoration: none; /* Remove underlining */
|
91 |
}
|
92 |
|
93 |
+
.home-banner
|
94 |
+
|
95 |
/* Base style for the button */
|
96 |
.button-loading {
|
97 |
display: inline-block;
|