Browse Source

changed nav link color to white

pull/141/head
abhidj0090 4 years ago
parent
commit
d2dab85cf6
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      assets/css/custom.css

+ 3
- 0
assets/css/custom.css View File

@@ -6,4 +6,7 @@
}
.social-icon ul li a i{
color:white;
}
.navbar-dark .navbar-nav .nav-link{
color:white;
}

Loading…
Cancel
Save