Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
shiragold authored Apr 30, 2024
1 parent 69dfa6b commit b35d967
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.icon {
stroke: darkslateblue;
stroke: var(--color-secondary);

&.small {
height: 1.25rem;
Expand All @@ -24,12 +24,12 @@
border: none;
border-radius: 20%;
cursor: pointer;
background-color: white;
color: darkslateblue;
background-color: var(--color-light);
color: var(--color-secondary);

&:hover {
box-shadow:
darkslateblue 0px 1px 3px,
darkslateblue 0px 1px 2px;
var(--color-secondary) 0px 1px 3px,
var(--color-secondary) 0px 1px 2px;
}
}

0 comments on commit b35d967

Please sign in to comment.