Skip to content

Commit

Permalink
added styles to all a tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul314 committed Jun 4, 2023
1 parent 56e4db1 commit 0127d4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ b {

a {
color: #3264f5;

}
a:hover {
color: #7202bb;
Expand Down Expand Up @@ -535,9 +536,17 @@ select.form-control.has-value {
opacity: 1;
}

.navbar-nav.ml-auto.menu li a{
border-radius: 5px;
padding: 5px 10px;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
opacity: 1;
background-color: #7202bb;
color: #ffffff;
transition: background-color 0.3s, color 0.3s;
}

.bg-transparent.affix {
Expand Down

0 comments on commit 0127d4b

Please sign in to comment.