1 parent be74cde commit af8823fCopy full SHA for af8823f
1 file changed
docs/stylesheets/extra.css
@@ -112,3 +112,14 @@ VitePress-like (dark, purple)
112
[data-md-color-scheme="slate"] .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover:active {
113
background-color: #8f5f7a;
114
}
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