fix: attachment badge text color on light mode

This commit is contained in:
Evangelos Paterakis 2023-01-29 20:20:36 +02:00
parent 78a183fdae
commit 9e8828623a
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ headerbar.flat.no-title .title {
.ttl-status-badge {
background-color: rgba(0,0,0, .8);
color: white;
border-radius: 6px;
margin-left: 8px;
margin-bottom: 8px;