Improve inline code blocks contrast & remove border
Also removes .DS_Store from static/
This commit is contained in:
parent
08ccb6fa3d
commit
57ea76111e
@ -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;
|
||||
|
@ -2,14 +2,12 @@ code {
|
||||
background-color: var(--bg-1);
|
||||
padding: 0.1em 0.2em;
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
pre {
|
||||
/* Rounded border */
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
line-height: 1.4;
|
||||
overflow-x: auto;
|
||||
padding: 1em;
|
||||
|
BIN
static/.DS_Store
vendored
BIN
static/.DS_Store
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user