Skip to content

Commit a5e4f7f

Browse files
committed
Update custom.css
1 parent 206171b commit a5e4f7f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/css/custom.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
}
2727
.breadcrumbs__link svg {
2828
color: rgb(156 163 175);
29-
height: 1.6rem;
30-
width: 1.6rem;
29+
height: 1.7rem;
30+
width: 1.7rem;
3131
}
3232
.breadcrumbs__item:not(:last-child):after {
3333
color: rgb(156 163 175) !important;
@@ -145,12 +145,13 @@ h6 strong {
145145
.menu, .navbar-sidebar {
146146
font-size: 15px;
147147
}
148-
p code {
148+
p code, td code {
149149
color: #3b82f6;
150150
background-color: #eff6ff;
151151
padding: 0.25em 0.5rem;
152152
border-radius: 0.25rem;
153+
border-width: 0;
153154
}
154155
.theme-code-block div:first-child {
155156
background: rgb(249 250 251);
156-
}
157+
}

0 commit comments

Comments
 (0)