Skip to content

Commit

Permalink
fixed modal content background
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 7, 2024
1 parent b00481f commit be8dfaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
--dark-red: #300;
--light-orange: #fa3;
--dark-orange: #321;
--background: #212121;
--dark-background: ##171717;
}

body {
background-color: #212121;
background-color: var(--background);
color: white;
}
code {
Expand Down Expand Up @@ -316,10 +318,10 @@ blockquote.warning {
}

#modal-content {
background-color: #fefefe;
background-color: var(--dark-background);
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
border: 1px solid black;
width: 90%;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit be8dfaa

Please sign in to comment.