Skip to content

Commit c4b66f4

Browse files
authored
2.1.1 update
1 parent 27dbdbb commit c4b66f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Weave/BrowserView.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)