sobinalosious92 commited on
Commit
a210eb3
·
verified ·
1 Parent(s): d675cd6

Update src/ui_style.py

Browse files
Files changed (1) hide show
  1. src/ui_style.py +6 -3
src/ui_style.py CHANGED
@@ -330,12 +330,15 @@ def apply_global_style() -> None:
330
  0 8px 16px rgba(34, 163, 93, 0.28);
331
  }
332
 
333
- [data-testid="stSidebarNav"] ul li a[aria-current="page"] span,
334
- [data-testid="stSidebarNav"] ul li button[aria-current="page"] span {
 
 
335
  color: #ffffff !important;
336
- font-weight: 700 !important;
337
  }
338
 
 
339
  [data-testid="stSidebarNav"] ul li a[aria-current="page"]::before {
340
  filter: brightness(0) invert(1);
341
  opacity: 0.96;
 
330
  0 8px 16px rgba(34, 163, 93, 0.28);
331
  }
332
 
333
+ [data-testid="stSidebarNav"] ul li a[aria-current="page"],
334
+ [data-testid="stSidebarNav"] ul li a[aria-current="page"] *,
335
+ [data-testid="stSidebarNav"] ul li button[aria-current="page"],
336
+ [data-testid="stSidebarNav"] ul li button[aria-current="page"] * {
337
  color: #ffffff !important;
338
+ fill: #ffffff !important;
339
  }
340
 
341
+
342
  [data-testid="stSidebarNav"] ul li a[aria-current="page"]::before {
343
  filter: brightness(0) invert(1);
344
  opacity: 0.96;