Skip to content
Snippets Groups Projects
Commit 901f1d91 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

toc colors

parent 62605e4e
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ $grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 144
// Table of content
$toc-color: $color-text !default
$toc-active-color: $color-accent !default // TODO : checker ce que ça fait
$toc-background-color: $color-background !default
$toc-background-color: $color-background-alt !default
$toc-font-family: $meta-font-family !default
$toc-font-size: $meta-size !default
$toc-font-size-md: $meta-size-md !default
......
......@@ -129,6 +129,7 @@
.toc-title, .toc-cta, .toc-container button
font-family: $toc-font-family
font-size: $toc-title-font-size
color: $toc-color
@include media-breakpoint-up(md)
font-size: $toc-title-font-size-md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment