Skip to content

Commit 00c70c8

Browse files
committed
change to darker colors
1 parent 646981b commit 00c70c8

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<title>Allocateur d'apports</title>
88
<style>
99
:root {
10-
--bg1: #2d353b;
11-
--bg2: #232a2e;
12-
--bg3: rgba(71, 82, 88, 0.5);
13-
--ui1: #475258;
14-
--ui2: #4f585e;
15-
--ui3: #525c62;
16-
--tx1: #d3c6aa;
17-
--tx2: #9da9a0;
18-
--tx3: #7a8478;
10+
--bg1: #252526;
11+
--bg2: #1e1e1e;
12+
--bg3: rgba(255, 255, 255, 0.07);
13+
--ui1: #3c3c3c;
14+
--ui2: #454545;
15+
--ui3: #4e4e4e;
16+
--tx1: #d4d4d4;
17+
--tx2: #9a9a9a;
18+
--tx3: #6b6b6b;
1919
--accent: #a7c080;
2020
--accent-dim: rgba(167, 192, 128, 0.12);
2121
--accent-border: rgba(167, 192, 128, 0.3);
@@ -388,7 +388,7 @@
388388
align-items: center;
389389
justify-content: space-between;
390390
padding: 8px 0;
391-
border-bottom: 1px solid rgba(71, 82, 88, 0.4);
391+
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
392392
}
393393

394394
.result-row:last-of-type {

0 commit comments

Comments
 (0)