diff --git a/src/renderer/styles/app.css b/src/renderer/styles/app.css index c64005c..4b41b66 100644 --- a/src/renderer/styles/app.css +++ b/src/renderer/styles/app.css @@ -2,10 +2,10 @@ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { - --bg: #1a1a1a; - --bg2: #222222; - --bg3: #2a2a2a; - --border: #333333; + --bg: #1c1a18; + --bg2: #252220; + --bg3: #2d2a27; + --border: #3a3530; --text: #d4c9b8; --text2: #8a7f70; --text3: #5a5048;