update red close button

This commit is contained in:
pat-s 2023-04-15 22:30:17 +02:00
parent 81b00caf8e
commit e4ebff127f
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 15 additions and 0 deletions

View File

@ -1423,4 +1423,11 @@
background: rgba(99,110,123,0.4); background: rgba(99,110,123,0.4);
color: #cdd9e5; color: #cdd9e5;
} }
.ui.basic.red.buttons .button, .ui.basic.red.button {
color: var(--color-red);
border: 1px solid var(--color-red);
border-radius: 16px;
padding: 5px 16px;
line-height: 20px;
}
} }

View File

@ -991,3 +991,11 @@ footer {
background: rgba(99,110,123,0.4); background: rgba(99,110,123,0.4);
color: #cdd9e5; color: #cdd9e5;
} }
.ui.basic.red.buttons .button, .ui.basic.red.button {
color: var(--color-red);
border: 1px solid var(--color-red);
border-radius: 16px;
padding: 5px 16px;
line-height: 20px;
}