aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-01 17:52:25 -0400
committertdro <tdro@noreply.example.com>2023-09-01 17:56:21 -0400
commitd35a34b6386d4291fd75ba232fbe472cf8e568a6 (patch)
tree22827dfee41f5360f6bd1c1147db7078924e618e /themes/default/layouts/_default/section.html
parente594b1cf664c28c06854637687d05756e43297b5 (diff)
downloadcanory-d35a34b6386d4291fd75ba232fbe472cf8e568a6.tar.gz
canory-d35a34b6386d4291fd75ba232fbe472cf8e568a6.tar.bz2
canory-d35a34b6386d4291fd75ba232fbe472cf8e568a6.zip
themes/default/layouts/partials/profile-tabs: Avoid layout shift
Diffstat (limited to 'themes/default/layouts/_default/section.html')
-rw-r--r--themes/default/layouts/_default/section.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/section.html b/themes/default/layouts/_default/section.html
index 6df8a4a..c926839 100644
--- a/themes/default/layouts/_default/section.html
+++ b/themes/default/layouts/_default/section.html
@@ -6,7 +6,6 @@
tab-bar a[href="{{ strings.TrimRight "/" .CurrentSection.Permalink }}"] {
color: #111;
color: var(--foreground);
- display: inherit;
font-weight: 700;
text-decoration-color: #014cc6;
text-decoration-color: var(--link);