Skip to content

Commit

Permalink
theme the help dialog (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALevansSamsung authored Oct 20, 2023
1 parent 1d93f73 commit d027c24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/src/assets/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
.modal-dialog {
position: absolute;
z-index: 100;
background-color: #fff;
background-color: var(--main-background-color);
color: var(--main-foreground-color);
margin: auto;
min-width: 25vw;
min-height: 10vh;
Expand Down Expand Up @@ -91,7 +92,6 @@
font-weight: 600;
font-size: 1.25rem;
line-height: 1.25;
color: #262f3c;
box-sizing: border-box;
}

Expand All @@ -106,7 +106,6 @@
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);

.small-font {
font-size: 0.9rem;
Expand Down

0 comments on commit d027c24

Please sign in to comment.