소스 검색

change marker color

Yuki Takei 2 년 전
부모
커밋
47d6448613
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      apps/app/src/components/TableOfContents.module.scss

+ 10 - 0
apps/app/src/components/TableOfContents.module.scss

@@ -40,3 +40,13 @@
     border: solid 1px bs.$gray-400;
   }
 }
+
+
+// == Colors
+.revision-toc :global {
+  .revision-toc-content {
+    ::marker {
+      color: var(--bs-tertiary-color);
+    }
+  }
+}