colibris: adjust commented text color

This commit is contained in:
Sebastian Castro 2020-04-16 09:33:20 +02:00 committed by muxator
parent 2193875292
commit c5fdc6129e

View file

@ -66,6 +66,12 @@
margin-bottom: 10px;
}
#innerdocbody .ace-line .comment {
background-color: #fffacc;
color: var(--super-dark-color);
}
@media (min-width: 1200px) {
#comments {
width: 300px;