Skip to content

Commit

Permalink
Dark mode tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster committed Jun 28, 2024
1 parent bd69174 commit 691d95a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,24 @@ ion-icon+span {
body {
background-image: url("../media/background-dark.png");
}

input,
textarea {
background: rgb(175, 175, 175);
color: #000;
}

#inputs .point {
background-color: #555555b2;
}

#inputs .point {
background-color: #555555b2;
}

#new-point,
.generate {
background-color: #808080;
color: #fff;
}
}

0 comments on commit 691d95a

Please sign in to comment.