Skip to content

Commit

Permalink
Revert "[2024] new color theme"
Browse files Browse the repository at this point in the history
This reverts commit 393cfac.
  • Loading branch information
BernieHuang2008 authored and Nathancgy committed Apr 11, 2024
1 parent b9a5105 commit 86d2c3b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
body {
--bg-color: #271811;
--toolbar-bg-color: #271911aa;
--toolbar-bd-color: #fbfaf90f;
--menu-hv-color: #513d37;
--menu-hv-outline: #95270e;
--bg-color: #111827;
--toolbar-bg-color: #111827AA;
--toolbar-bd-color: #f9fafb0f;
--menu-hv-color: #374151;
--menu-hv-outline: #3b82f6;
--menu-text-color: #9ca3af;
--menu-text-hv: #9ca3af;
--bd-color: #95270e41;
--bd-color: #374151;
--text-color: white;
--a-color: #d94a16;
--a-hv-color: #e37b55;
--btn-bd-color: #674242;
--bg2-color: #1b0303;
--a-color: #4b9de0;
--a-hv-color: #7dbae9;
--btn-bd-color: #30363d;
--bg2-color: #010409;
--btn-bd-hv-color: #ffffff88;
--hr-side-color: transparent;
--hr-center-color: #909090;
Expand Down

0 comments on commit 86d2c3b

Please sign in to comment.