|
|
@@ -130,6 +130,7 @@ pre, code {
|
|
|
.searchbox {
|
|
|
background-color: #343b42 !important;
|
|
|
transition: all .5s;
|
|
|
+ width: 16em;
|
|
|
border: none;
|
|
|
|
|
|
&:focus {
|
|
|
@@ -625,6 +626,17 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.nav-active {
|
|
|
+ background: #343b42 !important;
|
|
|
+ padding: 8px !important;
|
|
|
+ padding-left: 12px !important;
|
|
|
+ padding-right: 12px !important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background:#343b42 !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (max-width: 991px) and (min-width: 768px) {
|
|
|
.ui.container {
|
|
|
width: 95%;
|