aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
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;
+}