-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvishwaNav.css
65 lines (53 loc) · 1.27 KB
/
vishwaNav.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
* {
scroll-behavior: smooth;
}
.navbar-default {
border-color: transparent;
background-color: #222;
}
.navbar-default .navbar-brand {
font-family: 'Poppins', sans-serif !important;
color: #1ee2e7;
font-weight: 700;
font-size: 20px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
color: #fec503;
}
.navbar-default .navbar-collapse {
border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
border-color: #1ee2e7;
background-color: #1ee2e7;
}
.navbar-default .nav li a {
text-transform: uppercase;
font-family: 'Poppins', sans-serif !important;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
outline: 0;
color: #1ee2e7;
}
.navbar-default .navbar-nav>.active>a {
border-radius: 0;
color: #fff;
background-color: #1ee2e7;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #17d0d5;
}
.active{
color: #17d0d5 !important;
background-color: #333;
}