Improve .md code color (#1918)
## Description Inherit from top-level color schemes so that the text color is readable in both dark and light modes ## Does this PR need a docs update or release note? - [x] ⛔ No ## Type of change - [x] 🐛 Bugfix - [x] 🗺️ Documentation
This commit is contained in:
parent
91b9f2e825
commit
ff1b54b551
@ -195,7 +195,7 @@ html[data-theme='dark'] {
|
||||
display: inline-block;
|
||||
line-height: 1.2em;
|
||||
vertical-align: top;
|
||||
color: #e74c3c;
|
||||
color: var(--ifm-color-primary-dark);
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user