Skip to content

Commit 274917a

Browse files
committed
Change Help/About link colour to blue
1 parent 61237e7 commit 274917a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## [Unreleased]
55

6+
- Changed Help/About link colour to blue
7+
68

79
## [v1.3.1] (65) CMD v5.0.0 (2024-10-02)
810

app/src/main/assets/webview.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root{
2-
--umbrella-orange: #FFCE73;
2+
--umbrella-blue: #BBBBFF;
33
--umbrella-yellow: #FFFF80;
44
--key-fill: #181818;
55
--enter-key-fill: #00CE00;
@@ -25,7 +25,7 @@ body:lang(zh) {
2525
}
2626

2727
a {
28-
color: var(--umbrella-orange);
28+
color: var(--umbrella-blue);
2929
}
3030

3131
footer {

0 commit comments

Comments
 (0)