Tag pills
.CodeMirror-line span.cm-hashtag{
background-color: var(--text-accent);
color: white;
display: inline-block;
text-decoration: none !important;
}
.CodeMirror-line span.cm-hashtag-begin {
border-top-left-radius:15px;
border-bottom-left-radius:15px;
padding-left:8px;
border-right:none;
}
.CodeMirror-line span.cm-hashtag-end {
border-top-right-radius:15px;
border-bottom-right-radius:15px;
padding-right:8px;
border-left:none;
}
.tag:not(.token) {
border: none;
color: white !important;
font-size: 12px;
padding: 1px 8px 3px;
text-align: center;
text-decoration: none;
margin: 0px 0px;
cursor: pointer;
border-radius: 15px;
background-color: var(--text-accent) !important;
}
.tag-pane-tag-count {
background-color: var(--text-accent);
border: none;
color: white;
font-size: 11px;
padding: 1px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 0px 0px;
cursor: pointer;
border-radius: 14px;
}
.tag-pane-tag-text {
background-color: var(--text-accent);
border: none;
color: white;
font-size: 11px;
padding: 1px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 0px 0px;
cursor: pointer;
border-radius: 14px;
}
.tag-pane-tag:hover .tag-pane-tag-count {
color: white;
background-color: var(--base2);
}