Yuki Takei 2 лет назад
Родитель
Сommit
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);
+    }
+  }
+}