erixtekila / gitbook-plugin-richquotes

Gitbook plugin : Transform annoted quotes to notes
Apache License 2.0
49 stars 14 forks source link

Icons are too small #21

Closed pmbanka closed 7 years ago

pmbanka commented 8 years ago

When using Gitbook v2.6.5, the default icon size looks like this:

image

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:

blockquote.alert > strong {
    font-size: 2em !important;
}

Note: this is very similar to https://github.com/rlmv/gitbook-plugin-anchors/issues/8

erixtekila commented 8 years ago

This is related to the new gitbook css priorities. See there also https://github.com/erixtekila/gitbook-plugin-richquotes/issues/15

roidelapluie commented 8 years ago

Indeed, this is very annoying

erixtekila commented 8 years ago

Is related to #15