Fix the active state of navbar links
This commit is contained in:
@ -181,7 +181,7 @@ pre {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
line-height: normal; // Unset line height
|
line-height: normal;
|
||||||
|
|
||||||
&[class*="language-"] {
|
&[class*="language-"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
transition-duration: var(--transition);
|
transition-duration: var(--transition);
|
||||||
transition-property: box-shadow, background-color, color;
|
transition-property: box-shadow, background-color, color, transform;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
padding: 0.325rem 0.75rem;
|
padding: 0.325rem 0.75rem;
|
||||||
color: var(--fg-muted-4);
|
color: var(--fg-muted-4);
|
||||||
|
Reference in New Issue
Block a user