Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -269,9 +269,11 @@
|
|
| 269 |
color: #333; /* Darker text color */
|
| 270 |
}
|
| 271 |
|
| 272 |
-
.dark-mode .stats-container
|
| 273 |
-
|
| 274 |
-
|
|
|
|
|
|
|
| 275 |
</style>
|
| 276 |
</head>
|
| 277 |
<body>
|
|
|
|
| 269 |
color: #333; /* Darker text color */
|
| 270 |
}
|
| 271 |
|
| 272 |
+
.dark-mode .stats-container .stat-box h3,
|
| 273 |
+
.dark-mode .stats-container .stat-box p {
|
| 274 |
+
color: #ccc; /* Lighter text color in dark mode */
|
| 275 |
+
}
|
| 276 |
+
|
| 277 |
</style>
|
| 278 |
</head>
|
| 279 |
<body>
|