2
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
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%);
}