diff --git a/assets/scss/style.scss b/assets/scss/style.scss index e0c8be8..fbe92b6 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -301,12 +301,14 @@ 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. +/* + 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;