File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ struct BrowserView: View {
7878 color: \( sysAccent) ;
7979 text-decoration: none !important;
8080 text-decoration-color: \( sysAccent) ;
81- transition: 0.25s !important;
81+ transition: 0.15s !important;
8282 font-weight: 500;
8383 }
8484
@@ -98,18 +98,18 @@ struct BrowserView: View {
9898 text-decoration: none !important;
9999 text-decoration-color: \( sysAccentBright) ;
100100 color: \( sysAccentBright) ;
101- transition: 0.25s !important;
101+ transition: 0.15s !important;
102102 font-weight: 600;
103103 }
104104
105105 button, input[type= " button " ], input[type= " submit " ] {
106106 font-weight: 500;
107- transition: 0.25s !important;
107+ transition: 0.15s !important;
108108 }
109109
110110 button:hover, input[type= " button " ]:hover, input[type= " submit " ]:hover {
111111 font-weight: 600;
112- transition: 0.25s !important;
112+ transition: 0.15s !important;
113113 }
114114
115115 h1 {
You can’t perform that action at this time.
0 commit comments