Improve ayu doc source line number contrast

Improve contrast of foreground line number.
This commit is contained in:
Ivan Tham 2020-09-05 21:08:35 +08:00 committed by GitHub
parent 02fe30971e
commit d80415a3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}