From 4aa4bc57b95f1814009b704bc69be9b9debfe991 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 26 Apr 2025 15:35:44 +0200 Subject: [PATCH] [Wlogout] Improve looks --- config/wlogout/style.css | 3 ++- renderable/wlogout/style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/wlogout/style.css b/config/wlogout/style.css index dd7dad2..a6561bc 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -18,10 +18,11 @@ button { background-color: transparent; margin: 5px; transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; + border-radius: 40px; } button:hover { - background-color: rgba(0, 94, 31, 0.2); + background-color: rgba(95, 80, 166, 0.5); } button:focus { diff --git a/renderable/wlogout/style.css b/renderable/wlogout/style.css index 0e05fe2..7552490 100644 --- a/renderable/wlogout/style.css +++ b/renderable/wlogout/style.css @@ -18,10 +18,11 @@ button { background-color: transparent; margin: 5px; transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; + border-radius: 40px; } button:hover { - background-color: rgba(0, 94, 31, 0.2); + background-color: {{ colour-accent-2-rgba-05 }}; } button:focus {