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

Merge branch 'main' of github.com:noesya/osuny-hugo-theme-aaa

parents 6c2363ed d760052f
No related branches found
No related tags found
No related merge requests found
......@@ -223,13 +223,13 @@ $grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 144
$toc-color: $color-text !default
$toc-active-color: $color-accent !default // TODO : checker ce que ça fait
$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
$toc-line-height: $meta-line-height !default
$toc-title-font-family: $toc-font-family !default
$toc-title-font-size: $toc-font-size !default
$toc-title-font-size-md: $toc-font-size-md !default
$toc-font-family: $body-font-family !default
$toc-font-size: $body-size !default
$toc-font-size-md: $body-size-md !default
$toc-line-height: $body-line-height !default
$toc-title-font-family: $meta-font-family !default
$toc-title-font-size: $meta-size !default
$toc-title-font-size-md: $meta-size-md !default
// Table
$table-head-font-size: $h4-size !default
......
......@@ -147,7 +147,7 @@
.toc-title, .toc-cta, .toc-container button
font-family: $toc-font-family
font-family: $toc-title-font-family
font-size: $toc-title-font-size
color: $toc-color
@include media-breakpoint-up(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