This website works better with JavaScript.
Home
Explore
Help
Sign In
Pawlik
/
meghna-hugo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
changed nav background color on hover
pull/141/head
abhidj0090
4 years ago
parent
b5aa8faf03
commit
1f65ec7bdd
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
assets/css/custom.css
+ 3
- 0
assets/css/custom.css
View File
@@ -9,4 +9,7 @@
}
.navbar-dark .navbar-nav .nav-link{
color:white;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
background-color:#57cbcc;
}
Write
Preview
Loading…
Cancel
Save