Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
add bg to seed textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
wowario committed May 22, 2020
1 parent e27e90a commit a369ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/assets/wow.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ textarea.seed {
font-size: 18px;
color: #70bf19;
font-weight: bold;
background: rgba(0, 0, 0, 0.03);
background-color: rgba(255, 255, 255, 0.85);
}

p {
Expand Down

0 comments on commit a369ad9

Please sign in to comment.