aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-01-17 13:57:30 +0100
committerJoris Guyonvarch2026-01-17 13:57:30 +0100
commit33ff287cd5734ee9aabe28b617298bd81435c951 (patch)
tree71a2af1669c380dda0c583f3c1ce9537182b9384 /resources
parentf641c5b987b35f63ad066c0fa634c0a9f11bc7ab (diff)
Style danger buttons
Diffstat (limited to 'resources')
-rw-r--r--resources/style.css8
1 files changed, 8 insertions, 0 deletions
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;
+}