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 7811e1e commit 3a39bb8Copy full SHA for 3a39bb8
src/css/custom.css
@@ -67,7 +67,8 @@
67
.lf-navbar-logo {
68
margin-left: 20px;
69
70
- transition: 300ms;
+ transition: 200ms;
71
+ transition-timing-function: ease-out;
72
}
73
74
/* If light theme, re-colour SVG to all dark */
@@ -80,10 +81,10 @@
80
81
82
[data-theme='dark'] .lf-navbar-logo {
83
/* Same filter above, and invert(1) makes it 100% light */
- filter: contrast(0) brightness(0) invert(1);
84
+ filter: contrast(0) brightness(1.8);
85
86
87
.lf-navbar-logo:hover {
88
/* On hover disable filters so there's colour */
89
filter: inherit;
-}
90
+}
0 commit comments