Skip to content

Commit 6075fa0

Browse files
committed
♻️ refactor(theme): adjust light theme colors and add teal variable
1 parent 488adc4 commit 6075fa0

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,20 @@
103103
[data-theme='light'] {
104104
--bg: #f3f2ed;
105105
--bg2: #faf9f5;
106-
--bg3: #fff;
107-
--card: #fff;
108-
--card-hover: #f0efe8;
106+
--bg3: #fcfcfa;
107+
--card: #fcfcfa;
108+
--card-hover: #f4f3ef;
109109
--txt: #1a1a2e;
110110
--txt2: #5a5a72;
111111
--txt3: #6b6b85;
112-
--gold: #9a7028;
113-
--bdr: rgba(0, 0, 0, 0.08);
114-
--bdr-h: rgba(0, 0, 0, 0.14);
115-
--bdr-gold: rgba(154, 112, 40, 0.3);
116-
--orb-1: rgba(154, 112, 40, 0.1);
112+
--gold: #8c6525;
113+
--bdr: rgba(0, 0, 0, 0.1);
114+
--bdr-h: rgba(0, 0, 0, 0.16);
115+
--bdr-gold: rgba(140, 101, 37, 0.3);
116+
--orb-1: rgba(140, 101, 37, 0.1);
117117
--orb-2: rgba(109, 40, 217, 0.06);
118118
--orb-3: rgba(45, 212, 191, 0.06);
119+
--teal: #389e92;
119120
}
120121
.container {
121122
width: 100%;

0 commit comments

Comments
 (0)