Changed to a warning icon

This commit is contained in:
WBHarry 2025-06-25 16:33:15 +02:00
parent 4f6c87a524
commit 20841ae7bf
6 changed files with 30 additions and 24 deletions

View file

@ -26,7 +26,7 @@
}
100% {
box-shadow: 0 0 3px 3px @golden;
box-shadow: 0 0 2px 2px @golden;
}
}
@ -36,6 +36,6 @@
}
100% {
box-shadow: 0 0 3px 3px @dark-blue;
box-shadow: 0 0 2px 2px @dark-blue;
}
}