Browse Source

enhance: sidebar page opacity

Tienson Qin 4 months ago
parent
commit
62797213fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/mobile/components/app.css

+ 1 - 1
src/main/mobile/components/app.css

@@ -524,7 +524,7 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
     @apply text-gray-12 dark:text-gray-11;
 
     .page-title {
-      @apply text-base;
+      @apply text-base opacity-80;
       display: flex !important;
     }
   }