Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 16, 2020
1 parent d723460 commit 9557a43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layouts/_default/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<form id="searchForm" class="search-form mb-3">
<div class="input-group">
<input class="form-control border-right-0" name="q" type="search" placeholder="{{ i18n "search" }}" aria-label="Search">
<button class="btn-search input-group-text" type="submit"><i class="fas fa-fw fa-search"></i></button>
<button class="btn btn-search input-group-text border" type="submit"><i class="fas fa-fw fa-search"></i></button>
</div>
</form>
<div id="searchStat" class="search-stat mb-3 ml-1"></div>
Expand Down
2 changes: 0 additions & 2 deletions src/scss/_header.scss
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@


3 changes: 3 additions & 0 deletions src/scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@
}
}

.nav-link:focus {
outline: none;
}

0 comments on commit 9557a43

Please sign in to comment.