make content in dark more whiter improving redability and contrast in-between

This commit is contained in:
Aditya Telange 2021-01-16 17:09:53 +05:30
parent 2b3baf94bb
commit ec2aa47c44
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -23,16 +23,16 @@
--primary: rgba(255, 255, 255, 0.84);
--secondary: rgba(255, 255, 255, 0.56);
--tertiary: rgba(255, 255, 255, 0.16);
--content: rgba(255, 255, 255, 0.64);
--content: rgba(255, 255, 255, 0.74);
--hljs-bg: #2e2e33;
--code-bg: #37383e;
--border: #333;
}
.list {
background: var(--code-bg)
background: var(--code-bg);
}
.dark.list {
background: var(--theme)
background: var(--theme);
}