Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/partials/_table_of_contents.scss')
-rw-r--r--src/styles/partials/_table_of_contents.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/partials/_table_of_contents.scss b/src/styles/partials/_table_of_contents.scss
index 66eea5b..6c4bbf5 100644
--- a/src/styles/partials/_table_of_contents.scss
+++ b/src/styles/partials/_table_of_contents.scss
@@ -8,7 +8,7 @@
padding: var(--space-1) 0;
a {
- color: var(--primary);
+ color: var(--toc-text);
text-decoration: none;
&:focus, &:hover {