From 18684821023054afc1ce82ecc4232a45a3eb69ed Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Fri, 26 Jul 2024 11:53:54 +0200 Subject: [PATCH] Put emphasis on "call to action" buttons --- css/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/index.css b/css/index.css index eb0c424..cfcc73e 100644 --- a/css/index.css +++ b/css/index.css @@ -1148,6 +1148,14 @@ generic_menu .dropmenu .subsections ul li a { font-weight: 700; font-family: var(--font-emphasis); } +/* Add more emphasis on "call to action" buttons. */ +input[type="submit"].button { + background: var(--mmf-color); + color: white; + font-family: var(--font-emphasis); + font-size: 0.9rem; + font-weight: 700; +} a.button, a.button:hover, .button:focus { border-bottom: none;