lighten dark's border

#5b5d67 -> #333
This commit is contained in:
Aditya Telange 2021-01-11 20:01:19 +05:30
parent 6f397ef591
commit e809aef590
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -14,7 +14,7 @@
--content: rgba(0, 0, 0, 0.88);
--hljs-bg: #1c1d21;
--code-bg: #f5f5f5;
--border: #eee
--border: #eee;
}
@media screen and (max-width:600px) {
@ -32,7 +32,7 @@
--content: rgba(255, 255, 255, 0.64);
--hljs-bg: #2e2e33;
--code-bg: #37383e;
--border: #5b5d67
--border: #333;
}
.list {