We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61237e7 commit 274917aCopy full SHA for 274917a
CHANGELOG.md
@@ -3,6 +3,8 @@
3
4
## [Unreleased]
5
6
+- Changed Help/About link colour to blue
7
+
8
9
## [v1.3.1] (65) CMD v5.0.0 (2024-10-02)
10
app/src/main/assets/webview.css
@@ -1,5 +1,5 @@
1
:root{
2
- --umbrella-orange: #FFCE73;
+ --umbrella-blue: #BBBBFF;
--umbrella-yellow: #FFFF80;
--key-fill: #181818;
--enter-key-fill: #00CE00;
@@ -25,7 +25,7 @@ body:lang(zh) {
25
}
26
27
a {
28
- color: var(--umbrella-orange);
+ color: var(--umbrella-blue);
29
30
31
footer {
0 commit comments