diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-09-17 01:13:28 +0100 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-17 14:56:11 +0300 |
commit | a66d857345c090674430c21fba1256c76d769635 (patch) | |
tree | 793687714bc4167a85ad5a57331482ad34288d5b | |
parent | 1a513370774ccb4cd9562f1b40048adc2ab7c896 (diff) |
make background semi-transparent not black;
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ input[type="range"]{ width: 100%;
height: 100%;
overflow: auto;
- background-color: black;
+ background-color: rgba(20, 20, 20, 0.95);
}
.modalClose {
|