From 33ff287cd5734ee9aabe28b617298bd81435c951 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 17 Jan 2026 13:57:30 +0100 Subject: Style danger buttons --- resources/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/style.css (limited to 'resources/style.css') diff --git a/resources/style.css b/resources/style.css new file mode 100644 index 0000000..7878bc2 --- /dev/null +++ b/resources/style.css @@ -0,0 +1,8 @@ +.g-DangerButton { + background-color: #cd0808; + color: white; +} + +.g-DangerButton:hover { + background-color: #e20808; +} -- cgit v1.2.3