From 2c57790c59d9c9010f26a0e1e808b6e77b03054f Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 24 Jun 2024 19:26:15 -0700 Subject: [PATCH] Add a comment describing the feather situation Signed-off-by: Danila Fedorin --- assets/scss/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index bce71f2..e0c8be8 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -301,6 +301,12 @@ figure { @include var(border-color, warning-border-color); } +// Note: by absolute default (via inline CSS) feather icons are hidden. +// That's because firefox reader mode doesn't play nice with them, and +// it seems to ignore all styles in . Then, the inline style +// in uses !important to restore the display of icons, but provides +// limited styling. Here, we finally apply the full extent of the feather +// styles. .feather { width: 1rem; height: 1rem;