mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 09:43:41 +08:00
fix(docs): fix bad highlight color (#7199)
This commit is contained in:
parent
6b7d0a3819
commit
e4295f8925
5
docs/_static/css/custom.css
vendored
5
docs/_static/css/custom.css
vendored
@ -151,3 +151,8 @@ div.body {
|
|||||||
border: 1px solid #e1e4e5;
|
border: 1px solid #e1e4e5;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This replaces a color present in `pygments.css` which is used to highlight recognized
|
||||||
|
* function names. It is too dark for DARK mode, and nearly black in LIGHT mode so it is
|
||||||
|
* difficult to tell that it is even highlighted. This color override remedies both. */
|
||||||
|
.highlight .nf { color: #2648ee } /* Name.Function */
|
||||||
|
Loading…
Reference in New Issue
Block a user