Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TagSub/styles.css

Template page
Revision as of 01:51, 6 January 2025 by Gpe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.tag-sub {
	opacity: 0.5;
	margin-left: 0.25em;
	transition: 100ms;
	user-select: none;
}

.ability-bar:hover .tag-sub {
	opacity: 0.7;
}

.tag-sub:hover {
	opacity: 1 !important;
}

.tag-sub:active {
	opacity: 1 !important;
}