Skip to content

Commit 90ea9ff

Browse files
committed
changed taskbar color
1 parent 7164c06 commit 90ea9ff

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
-17.1 MB
Binary file not shown.

app/release/app-release.apk

-82.6 KB
Binary file not shown.

app/src/main/assets/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
.header {
22-
background: linear-gradient(135deg, #1E3A5F 0%, #2c5282 100%);
22+
background: linear-gradient(135deg, #c4e1eb 0%, #c4e1eb 100%);
2323
padding: 20px;
2424
display: flex;
2525
align-items: center;
@@ -36,7 +36,7 @@
3636
.logo-icon {
3737
width: 48px;
3838
height: 48px;
39-
background: rgba(255,255,255,0.2);
39+
<!-- background: rgba(0,0,0,0.2);-->
4040
border-radius: 12px;
4141
display: flex;
4242
align-items: center;
@@ -59,13 +59,13 @@
5959
.logo-title {
6060
font-size: 16px;
6161
font-weight: 700;
62-
color: white;
62+
color: black;
6363
letter-spacing: 0.5px;
6464
}
6565

6666
.logo-subtitle {
6767
font-size: 12px;
68-
color: rgba(255,255,255,0.8);
68+
color: rgba(0,0,0,0.8);
6969
margin-top: 2px;
7070
}
7171

app/src/main/res/drawable/logo.png

-102 KB
Loading
32.2 KB
Loading

0 commit comments

Comments
 (0)