feat: debug view log blends in with headerbar and follows system color preference

This commit is contained in:
Gabriele Musco 2023-10-30 07:42:38 +01:00
commit 6b567fac5b
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
2 changed files with 33 additions and 5 deletions

View file

@ -1,3 +1,7 @@
.padded {
padding: 18px;
}
.sourceview-transparent-bg, .sourceview-transparent-bg * {
background-color: transparent;
}