Skip to content

Commit

Permalink
Update list item styling
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 23, 2024
1 parent 7158e44 commit 2746f12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/components/projects/ProjectListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@
</a>

<style>
a {
color: inherit;
text-decoration: none;
}
a:hover .container,
a:target .container {
background-color: var(--menuBg);
background-color: var(--blue-1);
}
.container {
Expand Down

0 comments on commit 2746f12

Please sign in to comment.