From bd4763a087751bfde0c389fcbd0d74124dfd5553 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 30 Nov 2020 23:45:17 +0000 Subject: [PATCH] add red button css --- main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main.css b/main.css index 7924777..2d32774 100644 --- a/main.css +++ b/main.css @@ -92,6 +92,16 @@ button.grey { color: white; } +button.red { + -webkit-app-region: no-drag; + padding: 10px; + margin: 10px 0px; + cursor: pointer; + border-radius: 2px; + background-color: var(--red-accent); + color: white; +} + button { -webkit-app-region: no-drag; padding: 7px 10px 6px 10px;