Put emphasis on "call to action" buttons

This commit is contained in:
Antoine Le Gonidec 2024-07-26 11:53:54 +02:00
parent fcff99144c
commit 1868482102
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -1148,6 +1148,14 @@ generic_menu .dropmenu .subsections ul li a {
font-weight: 700; font-weight: 700;
font-family: var(--font-emphasis); 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 { a.button, a.button:hover, .button:focus {
border-bottom: none; border-bottom: none;