Skip to content

Commit

Permalink
Use flexible bg colour for dialogs. Thanks to @chiragthakur09!
Browse files Browse the repository at this point in the history
Co-authored-by: chiragthakur09 <chiragthakur09@gmail.com>
  • Loading branch information
Dawa Ometto committed Sep 17, 2023
1 parent 7bb97b0 commit 2f6b808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/gollum/public/gollum/stylesheets/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
height: 100%;
padding: 1em;
overflow: hidden;
background-color: white;
background-color: var(--color-canvas-default);
webkit-box-shadow: 8px 7px 21px 0px rgba(0,0,0,0.68);
moz-box-shadow: 8px 7px 21px 0px rgba(0,0,0,0.68);
box-shadow: 8px 7px 21px 0px rgba(0,0,0,0.68);
Expand Down Expand Up @@ -109,7 +109,6 @@
}

label {
color: #000;
display: block;
font-size: 1.2em;
font-weight: bold;
Expand Down

0 comments on commit 2f6b808

Please sign in to comment.