Improve inline code blocks contrast & remove border

Also removes .DS_Store from static/
This commit is contained in:
welpo
2023-02-02 21:54:57 +01:00
parent 08ccb6fa3d
commit 57ea76111e
3 changed files with 2 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
line-height: 190%;
--bg-0: #818181;
--bg-1: rgba(255, 255, 255, 5%);
--bg-1: rgba(133, 133, 133, 0.5);
--bg-2: rgba(23, 23, 23, 100%);
--primary-color: #ef5350;
--hover-color: white;
@@ -43,7 +43,7 @@
[data-theme='light'] {
--bg-0: #fff;
--bg-1: #f2f2f2;
--bg-1: #e7e7e7;
--bg-2: #fefefe;
--hover-color: white;
--background-color: #fff;