diff --git a/resources/js/alerts.js b/resources/js/alerts.js index 3a27fea..546ba57 100644 --- a/resources/js/alerts.js +++ b/resources/js/alerts.js @@ -1,4 +1,4 @@ -function displayAlert(message, clear = 5000) { +function displayAlert(message, clear = 4000) { const alert = document.getElementById('alert') const alertText = document.getElementById('alertText') diff --git a/resources/style/index.css b/resources/style/index.css index 5a8106d..89dd3d1 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -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;