Template:Tag/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
} | } | ||
.tag-container:hover { | .tag-container:hover { | ||
background-color: green; | background-color: green; | ||
color: green; | |||
} | } | ||
Revision as of 19:27, 26 December 2024
.tag-container {
user-select: none;
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--small );
padding-left: 0.25em;
padding-right: 0.25em;
}
.tag-container:hover {
background-color: green;
color: green;
}
.tag-symbol {
padding-right: 0.25em;
border-right: 1px solid var( --border-color-base );
margin-right: 0.25em;
}
.tag-symbol a,
.tag-text a {
text-decoration: none;
}
.tag-container + .tag-container {
margin-left: 0.25em;
}