Started with new things for personalization

This commit is contained in:
cami 2021-05-27 04:19:22 +02:00
parent 9f7c8c18b4
commit 34724f88f3
9 changed files with 50 additions and 74 deletions

View file

@ -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;
}