From 0b23d8b99840376483c74bf1ab3ee4c47e79dfa5 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 19:54:46 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Adjust=20toast=20notification=20?= =?UTF-8?q?styles=20with=20updated=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pokedex.online/src/views/GamemasterExplorer.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index 503f4c6..75969f1 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -1100,13 +1100,13 @@ onMounted(() => { } .toast.success { - background: #2ecc71; - color: white; + background: #229954; + color: #ffffff; } .toast.error { - background: #e74c3c; - color: white; + background: #c0392b; + color: #ffffff; } @keyframes slideIn {