fix: wrong text color for user settings modals

main
winston 2023-05-01 18:49:51 +02:00
parent 10b35011c8
commit bfb437116d
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 7 additions and 0 deletions

View File

@ -269,6 +269,13 @@ $lvl3: if($isDark, $base, $crust);
} }
} }
// modal text color for the "Remove GPG Key" modal
.ui.basic.modal,
.ui.basic.modal > .header,
.ui.inverted.button {
color: $text !important;
}
::selection { ::selection {
background: color.change($rosewater, $alpha: 0.3) !important; background: color.change($rosewater, $alpha: 0.3) !important;
} }