Fix the active state of navbar links

This commit is contained in:
David Lapshin
2024-05-10 02:36:20 +03:00
parent 357279b563
commit a5a68d8c3f
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ pre {
padding: 1rem;
max-width: 100vw;
overflow: auto;
line-height: normal; // Unset line height
line-height: normal;
&[class*="language-"] {
position: relative;