We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7067b15 + a5e4f7f commit 537e493Copy full SHA for 537e493
1 file changed
src/css/custom.css
@@ -26,8 +26,8 @@
26
}
27
.breadcrumbs__link svg {
28
color: rgb(156 163 175);
29
- height: 1.6rem;
30
- width: 1.6rem;
+ height: 1.7rem;
+ width: 1.7rem;
31
32
.breadcrumbs__item:not(:last-child):after {
33
color: rgb(156 163 175) !important;
@@ -145,12 +145,13 @@ h6 strong {
145
.menu, .navbar-sidebar {
146
font-size: 15px;
147
148
-p code {
+p code, td code {
149
color: #3b82f6;
150
background-color: #eff6ff;
151
padding: 0.25em 0.5rem;
152
border-radius: 0.25rem;
153
+ border-width: 0;
154
155
.theme-code-block div:first-child {
156
background: rgb(249 250 251);
-}
157
+}
0 commit comments