We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064a0c9 commit d48d2f2Copy full SHA for d48d2f2
1 file changed
style.css
@@ -93,3 +93,9 @@ code {
93
background-color: rgba(255, 136, 0, 0.25) !important;
94
border-color: rgba(255, 136, 0, 0.6) !important;
95
}
96
+
97
+/* Hide deprecated badges in the sidebar */
98
+#sidebar a .overflow-x-hidden > .shrink-0 {
99
+ display: none !important;
100
+}
101
0 commit comments