change toast opacity

This commit is contained in:
Ryan Peters 2023-01-31 21:21:40 -05:00
parent e5684fb993
commit c35b0e29cf

View File

@ -48,7 +48,7 @@ textarea {
padding: 6px;
color: #fff;
transition: bottom 0.3s;
opacity: 0.6;
opacity: 0.8;
border-radius: 5px 5px 0 0;
}