mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
small alert styling change
This commit is contained in:
parent
6c0d8c2a19
commit
73a3d173e8
@ -1,4 +1,4 @@
|
||||
function displayAlert(message, clear = 5000) {
|
||||
function displayAlert(message, clear = 4000) {
|
||||
const alert = document.getElementById('alert')
|
||||
const alertText = document.getElementById('alertText')
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user