Skip to content

Commit

Permalink
added highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Git21221 committed Jul 25, 2023
1 parent c90940f commit 43b3184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planets/css/planet.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ section:target~#home {
padding: 0.5rem 1.5rem;

}
.subNav a:hover{
.subNav a:hover, .highlightSub{
transition: 0.3s linear;
background-color: white;
color: black;
Expand Down
2 changes: 1 addition & 1 deletion planets/planets.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<!-- Importing fontawesome icons -->
<script src="https://kit.fontawesome.com/bf915a8f75.js" crossorigin="anonymous"></script>
<!-- calling our style -->
<link rel="stylesheet" href="css/planet.css">
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<link rel="stylesheet" href="/css/responsiveness.css" type="text/css" />
<link rel="stylesheet" href="css/planet.css">

<!-- link for fabicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-icon-57x57.png" />
Expand Down

0 comments on commit 43b3184

Please sign in to comment.