mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-10-31 21:20:24 +00:00
fix: attachment badge text color on light mode
This commit is contained in:
parent
78a183fdae
commit
9e8828623a
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ headerbar.flat.no-title .title {
|
||||||
|
|
||||||
.ttl-status-badge {
|
.ttl-status-badge {
|
||||||
background-color: rgba(0,0,0, .8);
|
background-color: rgba(0,0,0, .8);
|
||||||
|
color: white;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
Loading…
Reference in a new issue