Explorar o código

change marker color

Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
47d6448613
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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);
+    }
+  }
+}