Sebastiankay commited on
Commit
b91921f
1 Parent(s): 78d5bb6

24. Sept. 2024, 19:37

Browse files
Files changed (1) hide show
  1. _res/_custom.css +2 -2
_res/_custom.css CHANGED
@@ -212,7 +212,7 @@ span.has-info+div {
212
  max-width: 120px;
213
 
214
  & svg {
215
- fill: var(--block-title-text-color);
216
  width: 70%;
217
  transition: transform 0.2s ease-in-out;
218
  }
@@ -292,7 +292,7 @@ span.has-info+div {
292
  min-width: 110px;
293
 
294
  & svg {
295
- fill: var(--block-title-text-color);
296
  width: 1.8rem;
297
  }
298
 
 
212
  max-width: 120px;
213
 
214
  & svg {
215
+ fill: var(--text-color-by-luminance);
216
  width: 70%;
217
  transition: transform 0.2s ease-in-out;
218
  }
 
292
  min-width: 110px;
293
 
294
  & svg {
295
+ fill: var(--text-color-by-luminance);
296
  width: 1.8rem;
297
  }
298