diff --git a/src/_theme.scss b/src/_theme.scss index 1d8b733..a337962 100644 --- a/src/_theme.scss +++ b/src/_theme.scss @@ -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 { background: color.change($rosewater, $alpha: 0.3) !important; }