1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

feat: show toc on mobile screens (#1964)

This commit is contained in:
Alexander Fuks
2024-10-11 18:32:10 +04:00
committed by GitHub
parent 740bd84c51
commit 8a064a5e5a
13 changed files with 429 additions and 29 deletions

View File

@@ -908,9 +908,7 @@ $btn-mb: 0.5rem;
}
#topbar {
button i {
color: #999999;
}
@extend %btn-color;
#breadcrumb {
font-size: 1rem;

View File

@@ -8,6 +8,7 @@
color: var(--heading-color);
font-weight: 400;
font-family: $font-family-heading;
scroll-margin-top: 3.5rem;
}
%anchor {
@@ -134,6 +135,12 @@
}
}
%btn-color {
button i {
color: #999999;
}
}
/* ---------- scss mixin --------- */
@mixin mt-mb($value) {