mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 01:13: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,
|
||||
li > code,
|
||||
pre > code {
|
||||
color: var(--primary-very-high);
|
||||
background: var(--hljs-bg);
|
||||
color: var(--danger);
|
||||
background: var(--secondary-very-high);
|
||||
padding: 3px 5px 2px 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
// removed some unnecessary styles here
|
||||
|
|
Loading…
Reference in New Issue
Block a user