Compare commits

..

No commits in common. "ce4161db0d6ba2c46402343adf4486527847ca7e" and "1bc7cba9887a8712c1cf0f3efce153867a168418" have entirely different histories.

View File

@ -301,14 +301,6 @@ 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 <head>. Then, the inline style
in <head> 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;