mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
chat: make code blocks inherit from input color
This commit is contained in:
parent
c3d7c6eaa1
commit
4b86de5c83
@ -244,7 +244,7 @@ pre.CodeMirror-placeholder.CodeMirror-line-like {
|
||||
}
|
||||
.chat .cm-s-tlon span.cm-comment {
|
||||
font-family: 'Source Code Pro';
|
||||
color: black;
|
||||
color: inherit;
|
||||
background-color: var(--light-gray);
|
||||
display: inline-block;
|
||||
border-radius: 2px;
|
||||
@ -366,12 +366,4 @@ pre.CodeMirror-placeholder.CodeMirror-line-like {
|
||||
background: var(--medium-gray) !important;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.chat .cm-s-tlon span.cm-comment {
|
||||
color: black;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user