diff --git a/src/app.scss b/src/app.scss index f4377b7..2a4dfdb 100644 --- a/src/app.scss +++ b/src/app.scss @@ -31,6 +31,10 @@ body { position: relative; } +#generated-password { + background: $input-bg; +} + #password-bits { height: 1.5rem; diff --git a/src/index.html b/src/index.html index 436e630..835b713 100644 --- a/src/index.html +++ b/src/index.html @@ -38,7 +38,7 @@