From 73a3d173e8b6beed4e258467a366a98b5109305e Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Tue, 3 May 2022 21:08:12 -0700 Subject: [PATCH] small alert styling change --- resources/js/alerts.js | 2 +- resources/style/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;