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;