Started with new things for personalization
This commit is contained in:
parent
9f7c8c18b4
commit
34724f88f3
9 changed files with 50 additions and 74 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
.btn--primary {
|
||||
background-color: var(--primary);
|
||||
color: #242424;
|
||||
color: #BDC3C7;
|
||||
border: 1px solid var(--primary);
|
||||
}
|
||||
|
||||
|
@ -38,6 +38,6 @@
|
|||
.btn--medium:hover {
|
||||
transition: all 0.3s ease-out;
|
||||
background: #fff;
|
||||
color: #242424;
|
||||
color: #BDC3C7;
|
||||
transition: 250ms;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue