Skip to content

Commit

Permalink
fix: wrong text color for user settings modals
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed May 1, 2023
1 parent 10b3501 commit bfb4371
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bfb4371

Please sign in to comment.