This commit is contained in:
Lars Hvam 2020-08-25 07:29:12 +02:00 committed by GitHub
parent 380857a896
commit a9d22356a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,10 @@ table.diff_tab td.patch, th.patch {
.syntax-hl span.variables { color:purple; }
/* DEBUG INFO STYLES */
div.debug_container { color: #444; }
div.debug_container {
color: #444;
background-color: var(--theme-container-background-color);
}
/* DB ENTRIES */
div.db_list { background-color: #fff; }