Browse Source

unify highlight style

Yuki Takei 4 years ago
parent
commit
06645b68d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/styles/theme/_apply-colors.scss

+ 1 - 1
packages/app/src/styles/theme/_apply-colors.scss

@@ -647,7 +647,7 @@ body.pathname-sidebar {
   }
   .page-list {
     .highlighted-keyword {
-      background-color: $bgcolor-keyword-highlighted;
+      background: linear-gradient(transparent 60%, $bgcolor-keyword-highlighted 60%);
     }
   }
 }