Skip to content

Commit

Permalink
fix: update blue color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Jun 12, 2024
1 parent da5c836 commit 3a496bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/scss/core/layout/_left-column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $component-name: left-block;
color: var(--#{$component-name}-link-color);

&:hover {
color: var(--bs-link-hover-color);
color: var(--bs-primary);
}
}
}
Expand All @@ -43,5 +43,9 @@ $component-name: left-block;
font-size: var(--#{$component-name}-subtitle-size);
font-weight: 600;
color: var(--#{$component-name}-subtitle-color);

&:hover {
color: var(--bs-primary);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $component-name: category-tree;
> .category-tree__item__header {
&.parent {
.category-tree__item__link {
color: var(--bs-link-hover-color);
color: var(--bs-primary);
}
}
}
Expand Down

0 comments on commit 3a496bb

Please sign in to comment.