Updated CSS
This commit is contained in:
parent
2b87ee958a
commit
3c12e42f61
@ -21,6 +21,7 @@
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
font-size: .8rem;
|
||||
border: 1px solid #1b1f2b;
|
||||
border-style: groove;
|
||||
}
|
||||
|
||||
@ -28,6 +29,10 @@
|
||||
outline-width: 0;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #e8e7e6;
|
||||
}
|
||||
|
||||
.button-primary:hover {
|
||||
background-color: #2641d4;
|
||||
border: 1px solid #1b1f2b;
|
||||
|
Loading…
Reference in New Issue
Block a user