We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b876ed commit a1c9df1Copy full SHA for a1c9df1
docuilib/src/css/custom.css
@@ -57,6 +57,8 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
57
font-size: 14px;
58
letter-spacing: 0.3px;
59
line-height: 38px;
60
+ border-bottom: 2px solid transparent;
61
+ transition: all 0.2s ease-out;
62
}
63
.navbar__link--active {
64
font-weight: 700;
0 commit comments