refactor colors

This commit is contained in:
geoffrey45
2022-03-15 10:38:53 +03:00
parent 33a9aa2c30
commit f11005e523
22 changed files with 157 additions and 128 deletions
+3 -3
View File
@@ -33,11 +33,11 @@ export default {
display: grid;
transition: all 0.5s ease;
color: rgba(255, 255, 255, 0.87) !important;
background-color: transparent;
border: solid 1px $gray;
background-color: $accent;
// border: solid 1px $gray;
&:hover {
background-color: $gray !important;
background-color: $blue !important;
width: 50%;
}
}