Browse Source

fix: file manager sidebar headings contrast (#1191)

Het Savani 2 months ago
parent
commit
dab5e0a281
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gui/src/css/style.css

+ 1 - 1
src/gui/src/css/style.css

@@ -1221,7 +1221,7 @@ span.header-sort-icon img {
     margin: 0;
     margin: 0;
     font-weight: bold;
     font-weight: bold;
     font-size: 13px;
     font-size: 13px;
-    color: #8f96a3;
+    color: var(--primary-color);
     text-shadow: 1px 1px rgb(247 247 247 / 15%);
     text-shadow: 1px 1px rgb(247 247 247 / 15%);
     -webkit-font-smoothing: antialiased;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     -moz-osx-font-smoothing: grayscale;