Skip to content

Commit

Permalink
Fix website CSS for Docusaurus update (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored and hramos committed May 8, 2018
1 parent b2dbd7b commit 8fa4464
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions website/static/css/react-native.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ body {
}
}

.docsNavContainer {
width: 240px;
@media only screen and (min-width: 736px) {
.docsNavContainer {
width: 240px;
}
}

.mainContainer h1,
Expand All @@ -34,14 +36,6 @@ a {
text-decoration: none !important;
}

.navGroup {
background-color: #eaf2f5 !important;
}

.navitemactive {
color: $secondaryColor !important;
}

input#search_input_react {
background-color: #2f2f2f;
}
Expand Down

0 comments on commit 8fa4464

Please sign in to comment.