We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9345ee7 commit d76fa22Copy full SHA for d76fa22
public/styles/style-bootstrap.css
@@ -2128,10 +2128,20 @@ nav .lbbuttonsel2 {
2128
background-color: #d3d9d6;
2129
background-repeat: repeat;
2130
background-attachment: scroll;
2131
+ color: var(--title-color, #212529); /* fallback: dark gray */
2132
}
2133
2134
.night .h1 {
2135
background-image: linear-gradient(to right, #000 0%, #333 100%);
2136
+ color: #f8f9fa !important; /* very light gray for dark mode */
2137
+}
2138
+
2139
+[data-bs-theme="light"] h1, h1 {
2140
+ color: #adafae !important; /* very dark gray, almost black */
2141
2142
2143
+[data-bs-theme="dark"] h1, h1 {
2144
+ color: #f8f9fa !important; /* very light gray */
2145
2146
2147
.h2end {
0 commit comments