button clicked

This commit is contained in:
Sarah Jamie Lewis 2022-03-02 12:58:39 -08:00
parent 957d76f1dc
commit c01b99e715
1 changed files with 9 additions and 3 deletions

View File

@ -110,9 +110,9 @@ h1, h2, h3 {
box-shadow: none !important;
}
.btn-primary:focus {
background-color:#d20070 !important;
border-color: #d20070 !important;
.btn-primary:visited {
background-color: #a04978 !important;
border-color: #a04978 !important;
outline: none !important;
box-shadow: none !important;
}
@ -122,6 +122,12 @@ h1, h2, h3 {
border-color: #d20070 !important;
}
.btn-primary:active {
background-color:#d20070 !important;
border-color: #d20070 !important;
}
.card {
background-color: transparent;
}