From 40aa908f2e508662dd5a544c6a1f49f2d039153e Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 8 Sep 2018 11:40:24 +0200 Subject: [PATCH] Modal style --- css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 97c119e..3a90bbc 100644 --- a/css/style.css +++ b/css/style.css @@ -314,11 +314,6 @@ Modal font-family: Helvetica, Arial, sans-serif; } -.modal-header h3 { - margin-top: 0; - color: #42b983; -} - .modal-body { margin: 20px 0; } @@ -332,6 +327,10 @@ Modal color: white; } +.modal-crit-button:active { + color: #822C19; +} + /* * The following styles are auto-applied to elements with * transition="modal" when their visibility is toggled