Updated colours on buttons
This commit is contained in:
parent
0ace3273b4
commit
d6244223c4
@ -170,13 +170,14 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: .5em 1em;
|
||||
color: var(--bg);
|
||||
color: var(--bg-grad-1);
|
||||
font-size: 70%;
|
||||
font-weight: normal;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.modal-btn:hover,
|
||||
.modal-btn:focus {
|
||||
background: var(--red);
|
||||
color: var(--bg);
|
||||
color: var(--bg-grad-1);
|
||||
}
|
@ -160,4 +160,5 @@
|
||||
font-size: 1rem;
|
||||
border: none;
|
||||
background-color: gray;
|
||||
color: whitesmoke;
|
||||
}
|
Loading…
Reference in New Issue
Block a user