0
0
Fork 0

Fix post filter & report styling (#31349)

This commit is contained in:
Michael Stanclift 2024-08-09 07:45:39 -05:00 committed by GitHub
parent 6ca731e9b6
commit 9538d9c298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 21 deletions

View file

@ -555,3 +555,7 @@ a.sparkline {
.setting-text {
background: darken($ui-base-color, 10%);
}
.report-dialog-modal__textarea {
background: darken($ui-base-color, 10%);
}