MediaWiki:Common.css: Difference between revisions
From Arms of Venus
Created page with "→CSS placed here will be applied to all skins: a[href*="armsofvenus.atlassian.net/jira"]::before { font-family: "Font Awesome 6 Brands"; content: "\f7b1"; display: inline-block; margin-right: 0.45em; font-weight: normal; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
a[href*="armsofvenus.atlassian.net/jira"]::before { | a[href*="armsofvenus.atlassian.net/jira"]::before { | ||
font-family: "Font Awesome | font-family: "Font Awesome 7 Brands"; | ||
content: "\f7b1"; | content: "\f7b1"; | ||
display: inline-block; | display: inline-block; | ||
Revision as of 14:30, 9 April 2026
/* CSS placed here will be applied to all skins */
a[href*="armsofvenus.atlassian.net/jira"]::before {
font-family: "Font Awesome 7 Brands";
content: "\f7b1";
display: inline-block;
margin-right: 0.45em;
font-weight: normal;
}