update colors

This commit is contained in:
nanxiaobei 2020-06-12 05:23:27 +08:00
parent 85ff837f97
commit fdb6818dd7

View File

@ -29,22 +29,22 @@
--border: #eee; --border: #eee;
} }
.dark { .dark {
--theme: #2c2c2c; --theme: #1d1e20;
--entry: #414141; --entry: #2e2e33;
--primary: rgba(255, 255, 255, 0.8); --primary: rgba(255, 255, 255, 0.84);
--secondary: rgba(255, 255, 255, 0.56); --secondary: rgba(255, 255, 255, 0.56);
--tertiary: rgba(255, 255, 255, 0.16); --tertiary: rgba(255, 255, 255, 0.16);
--content: rgba(255, 255, 255, 0.64); --content: rgba(255, 255, 255, 0.64);
--hljs-bg: #383838; --hljs-bg: #2e2e33;
--code-bg: #414141; --code-bg: #37383e;
--border: #5f5f5f; --border: #5b5d67;
} }
.list { .list {
background: linear-gradient(135deg, #ddd, #f5f5f5, #d5d5d5); background: var(--code-bg);
} }
.dark.list { .dark.list {
background: linear-gradient(135deg, #1f1f1f, #2c2c2c, #1a1a1a); background: var(--theme);
} }
/* Reset /* Reset
-------------------------------------------------- */ -------------------------------------------------- */