This reverts commit 11abb50cf7
.
Styling change is still under discussion
This commit is contained in:
parent
2f7a307237
commit
d4e4f32f35
|
@ -119,10 +119,8 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
||||||
p > code,
|
p > code,
|
||||||
li > code,
|
li > code,
|
||||||
pre > code {
|
pre > code {
|
||||||
color: var(--danger);
|
color: var(--primary-very-high);
|
||||||
background: var(--secondary-very-high);
|
background: var(--hljs-bg);
|
||||||
padding: 3px 5px 2px 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// removed some unnecessary styles here
|
// removed some unnecessary styles here
|
||||||
|
|
Loading…
Reference in New Issue