Skip to content

Commit af8823f

Browse files
committed
fix: badge style
1 parent be74cde commit af8823f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,14 @@ VitePress-like (dark, purple)
112112
[data-md-color-scheme="slate"] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover:active {
113113
background-color: #8f5f7a;
114114
}
115+
116+
/* ---------- Badge (span.badge) ---------- */
117+
118+
.md-typeset .badge {
119+
background: rgba(110, 118, 129, 0.22);
120+
border-radius: 4px;
121+
color: #D990B9;
122+
padding: 0.12em 0.5em;
123+
font-size: 0.9em;
124+
line-height: 1.2;
125+
}

0 commit comments

Comments
 (0)