Skip to content

Commit

Permalink
Merge pull request #1522 from sanajitjana
Browse files Browse the repository at this point in the history
* pr/1522:
  Polish "Adapt history dialog to dark theme"
  Adapt history dialog to dark theme

Closes gh-1522
  • Loading branch information
mhalbritter committed Jun 24, 2024
2 parents d680219 + 8079e00 commit 31818d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions start-client/src/styles/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,26 @@ body.dark {
box-shadow: inset 0 0 0 2px $dark-color;
background: $dark-background;
}

.modal-share .modal-header {
background: $dark-background;
border-bottom: 1px solid $dark-border;
}
.modal-history-container {
border: 1px solid $dark-border;
}
.modal-content {
background: $dark-background;
}
.modal-content .list a.item {
background: $dark-background-secondary;
color: $dark-color;
&:hover {
background: lighten($dark-background-secondary, 2);
}
}
.modal-action {
background: $dark-background;
border-top: 1px solid $dark-border;
}
}

0 comments on commit 31818d1

Please sign in to comment.