1
0
forked from fierke/tagwiki

Update docs/stylesheets/extra.css

This commit is contained in:
2026-04-22 05:49:13 +00:00
parent e7b11b8508
commit ac0843afa7

View File

@@ -1,6 +1,12 @@
/* docs/stylesheets/extra.css */
/* https://stackoverflow.com/questions/1899772/what-is-the-best-practice-for-showing-an-icon-next-to-text */
.md-typeset a.plugin_open_external_links_in_new_tab::before {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0 3px 0 5px;
.md-typeset a:not(.md-icon) {
&[href^="//"]::after,
&[href^="http://"]::after,
&[href^="https://"]::after {
content: "";
font-size: smaller;
margin-left: .2em;
vertical-align: top;
}
}