Skip to content

Commit

Permalink
removed color: var(--processing-blue-mid) and added back text-overflo…
Browse files Browse the repository at this point in the history
…w: ellipsis;
  • Loading branch information
rishab committed Aug 26, 2024
1 parent 0fb244b commit a10064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@

& a {
font-family: var(--font);
text-overflow: ellipsis;
color: var(--processing-blue-dark);
border-left: 4px solid transparent;
display: flex;
Expand All @@ -124,7 +125,6 @@
transition: color 0.3s, border-left-color 0.3s;

&:hover {
color: var(--processing-blue-mid);
border-left-color: var(--processing-blue-mid);
}

Expand Down

0 comments on commit a10064f

Please sign in to comment.