UX: Inline code block edit (#16394)

This commit is contained in:
Jordan Vidrine 2022-04-06 15:16:19 -05:00 committed by GitHub
parent df10a27067
commit 11abb50cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,10 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
p > code, p > code,
li > code, li > code,
pre > code { pre > code {
color: var(--primary-very-high); color: var(--danger);
background: var(--hljs-bg); background: var(--secondary-very-high);
padding: 3px 5px 2px 5px;
border-radius: 5px;
} }
// removed some unnecessary styles here // removed some unnecessary styles here