Skip to content

Commit aceafb3

Browse files
authored
Adds a zero pill for sidebar items (#1350)
* testing class name * updates hex color
1 parent 1f5e09a commit aceafb3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/css/custom.css

+14
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,20 @@ select:focus {
216216
color: #ffffff;
217217
}
218218

219+
.zero a:before {
220+
font-size: 11px;
221+
background: #49AAA1;
222+
margin-right: 5px;
223+
padding: 2px;
224+
content: 'ZERO';
225+
color: #000000;
226+
font-weight: bold;
227+
}
228+
229+
[data-theme='dark'] .zero a:before {
230+
color: #ffffff;
231+
}
232+
219233
td > .theme-code-block:last-child {
220234
margin-bottom: 0;
221235
}

0 commit comments

Comments
 (0)