Skip to content

Commit

Permalink
Changed left pointer on navigation menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3rryblossom committed Sep 14, 2024
1 parent e7fa8b1 commit 35ede4f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
28 changes: 28 additions & 0 deletions assets/pointing-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,12 @@
.nav-link.active::after {
content: "";
display: inline-block;
width: 20px;
height: 12px;
margin-left: 5px;
background-image: url('assets/finger.png');
width: 22px;
height: 22px;
margin-left: 10px;
background-image: url('assets/pointing-left.svg');
background-size: cover;
vertical-align: -5px;
}
</style>
</head>
Expand Down

0 comments on commit 35ede4f

Please sign in to comment.