Skip to content
Snippets Groups Projects
Commit 38b678a4 authored by alexisben's avatar alexisben
Browse files

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

parents bf128ba1 35f8f10a
No related branches found
No related tags found
No related merge requests found
......@@ -219,10 +219,10 @@ $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-font-family: $body-font-family !default
$toc-font-size: $body-size !default
$toc-font-size-md: $body-size-md !default
$toc-line-height: $h4-line-height !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
......
......@@ -4,8 +4,9 @@
p:last-child
margin-bottom: 0
.notes
@extend .small
margin-top: $spacing1
*
@extend .small
picture
display: block
margin-top: $spacing1
......
......@@ -8,6 +8,8 @@
li
flex-shrink: 0
white-space: nowrap
&, a
@extend .meta
a
color: $breadcrumb-color
text-decoration-color: rgba($breadcrumb-color, 0.3)
......
......@@ -26,8 +26,7 @@
padding: 0
a,
span
font-size: px2rem(18)
line-height: px2rem(26)
@extend .meta
cursor: pointer
transition: text-decoration 0.15s
&:not(:hover)
......
......@@ -84,6 +84,7 @@
cursor: pointer
padding: 0
span
@extend .meta
text-overflow: ellipsis
overflow: hidden
&::after
......@@ -132,7 +133,6 @@
font-size: $toc-title-font-size-md
.toc
font-size: $toc-font-size
font-family: $toc-font-family
line-height: $toc-line-height
@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