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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -0
index.html CHANGED
@@ -264,6 +264,14 @@
264
  .copy-btn:hover {
265
  background-color: #4a90e2;
266
  }
 
 
 
 
 
 
 
 
267
  </style>
268
  </head>
269
  <body>
 
264
  .copy-btn:hover {
265
  background-color: #4a90e2;
266
  }
267
+
268
+ .stats-container {
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>