Skip to content

Commit

Permalink
Fixes issue PriyaGhosal#225
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghaAnirban005 committed Oct 4, 2024
1 parent 1908697 commit ef9ccaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
5 changes: 4 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ body.nav-active { overflow: hidden; }
background-color: #1A1A1A;
}


.btn-secondary:hover {
background-color: #3A3A3A;
box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--bg);
}

:is(.btn-primary, .btn-secondary):is(:hover, :focus-visible) {
box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--bg);
Expand Down
17 changes: 1 addition & 16 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef9ccaf

Please sign in to comment.