Closed pmbanka closed 7 years ago
When using Gitbook v2.6.5, the default icon size looks like this:
This is because css rule for fa-2x font-size get overriden by something from the gitbook itself (sorry for not being more specific, I can't speak css).
fa-2x
font-size
The workaround is adding a custom css rule:
blockquote.alert > strong { font-size: 2em !important; }
Note: this is very similar to https://github.com/rlmv/gitbook-plugin-anchors/issues/8
This is related to the new gitbook css priorities. See there also https://github.com/erixtekila/gitbook-plugin-richquotes/issues/15
Indeed, this is very annoying
Is related to #15
When using Gitbook v2.6.5, the default icon size looks like this:
This is because css rule for
fa-2x
font-size
get overriden by something from the gitbook itself (sorry for not being more specific, I can't speak css).The workaround is adding a custom css rule:
Note: this is very similar to https://github.com/rlmv/gitbook-plugin-anchors/issues/8