mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 03:23:38 +08:00
UX: Inline code block edit (#16394)
This commit is contained in:
parent
df10a27067
commit
11abb50cf7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user