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:
@@ -908,9 +908,7 @@ $btn-mb: 0.5rem;
|
||||
}
|
||||
|
||||
#topbar {
|
||||
button i {
|
||||
color: #999999;
|
||||
}
|
||||
@extend %btn-color;
|
||||
|
||||
#breadcrumb {
|
||||
font-size: 1rem;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user