Put emphasis on "call to action" buttons
This commit is contained in:
parent
fcff99144c
commit
1868482102
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue