ilhamdev commited on
Commit
8c96dee
1 Parent(s): 457f472

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- color: #ccc; /* Lighter text color in dark mode */
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>