Sebastiankay commited on
Commit
3045c9d
·
1 Parent(s): 0fef857

29. Sept. 2024, 02:33

Browse files
Files changed (1) hide show
  1. _res/_custom.css +5 -4
_res/_custom.css CHANGED
@@ -26,6 +26,11 @@ div.tabs>div.tab-nav {
26
  overflow-y: hidden;
27
  }
28
 
 
 
 
 
 
29
  div.tabs>div.tab-nav>button.selected {
30
  border-width: 0 !important;
31
  background: var(--primary-600) !important;
@@ -33,10 +38,6 @@ div.tabs>div.tab-nav>button.selected {
33
  font-weight: 600;
34
  }
35
 
36
- div.tabs>div.tab-nav>button {
37
- min-width: 145px !important;
38
- }
39
-
40
  div.tabs div.tabitem {
41
  background-color: var(--neutral-900) !important;
42
  border-top: 8px solid var(--primary-600) !important;
 
26
  overflow-y: hidden;
27
  }
28
 
29
+ div.tabs>div.tab-nav>button {
30
+ min-width: 145px !important;
31
+ color: var(--neutral-800);
32
+ }
33
+
34
  div.tabs>div.tab-nav>button.selected {
35
  border-width: 0 !important;
36
  background: var(--primary-600) !important;
 
38
  font-weight: 600;
39
  }
40
 
 
 
 
 
41
  div.tabs div.tabitem {
42
  background-color: var(--neutral-900) !important;
43
  border-top: 8px solid var(--primary-600) !important;