Styling changes
This commit is contained in:
parent
807ef4f806
commit
6716a135eb
7 changed files with 32 additions and 25 deletions
|
|
@ -1,17 +1,15 @@
|
|||
.button {
|
||||
display: flex;
|
||||
background: var(--secondary);
|
||||
border: 2px solid var(--text-primary);
|
||||
border-radius: 20px;
|
||||
padding: 20px;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
height: 100%;
|
||||
color: var(--text-primary);
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
background: var(--secondary);
|
||||
border-radius: 20px;
|
||||
padding: 20px;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
height: 100%;
|
||||
color: var(--text-primary);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background: var(--secondary-hover);
|
||||
color: white;
|
||||
background: var(--secondary-hover);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue