Improve ayu doc source line number contrast
Improve contrast of foreground line number.
This commit is contained in:
parent
02fe30971e
commit
d80415a3bf
@ -129,9 +129,10 @@ pre {
|
||||
color: #ffb44c;
|
||||
}
|
||||
|
||||
.line-numbers span { color: #5c6773ab; }
|
||||
.line-numbers span { color: #5c6773; }
|
||||
.line-numbers .line-highlighted {
|
||||
background-color: rgba(255, 236, 164, 0.06) !important;
|
||||
color: #708090;
|
||||
background-color: rgba(255, 236, 164, 0.06);
|
||||
padding-right: 4px;
|
||||
border-right: 1px solid #ffb44c;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user