mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Only set code color outside of editor-colors parent
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
|
||||
code {
|
||||
:not(.editor-colors) > code {
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user