small alert styling change

This commit is contained in:
SpikeHD 2022-05-03 21:08:12 -07:00
parent 6c0d8c2a19
commit 73a3d173e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
function displayAlert(message, clear = 5000) {
function displayAlert(message, clear = 4000) {
const alert = document.getElementById('alert')
const alertText = document.getElementById('alertText')

View File

@ -613,7 +613,7 @@ img {
position: absolute;
top: -10%;
left: 15%;
background: #ffd326;
background: linear-gradient(#ffc61e, #ffd326);
border: 1px solid #704a1d;
border-radius: 6px;