File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 64
64
}
65
65
.nav-item , .dropdown-item {
66
66
font-size : 1.2em ;
67
+ text-align : center;
67
68
}
68
69
.dropdown : hover .dropdown-menu {
69
70
display : block;
70
71
}
71
72
.dropdown-menu {
72
73
margin-top : 0px ;
73
74
}
75
+ .nav-item : hover {
76
+ background : # e15803!important ;
77
+ }
74
78
.navbar-dark .navbar-nav .nav-item .nav-link {
75
- padding-bottom : .3rem ;
76
79
color : white;
80
+ line-height : 1rem ;
81
+ border-left : 1px solid rgba (255 , 255 , 255 , 0.6 )
82
+ }
83
+ .navbar-dark .navbar-toggler {
84
+ border-color : rgba (255 , 255 , 255 );
77
85
}
78
86
.navbar-dark .navbar-nav .nav-item .active .nav-link {
79
- border-bottom : 2px solid white;
87
+ background : # e15803!important ;
88
+ }
89
+ @media only screen and (max-width : 1200px ) {
90
+ .navbar-dark .navbar-nav .nav-item .nav-link {
91
+ border : None;
92
+ text-align : center;
80
93
}
81
94
.toc-card {
82
95
width : 18rem ;
You can’t perform that action at this time.
0 commit comments