Skip to content

Commit

Permalink
Use border-top instead of the hardcoded color.
Browse files Browse the repository at this point in the history
This works better with themes.
  • Loading branch information
XhmikosR committed Oct 16, 2019
1 parent 65dd2bb commit 7de1a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions public/assets/css/style.css
@@ -1,6 +1,6 @@
.navbar-brand > svg {
display: inline-block;
margin-right: 8px;
margin-right: 0.5rem;
vertical-align: middle;
width: 20px;
height: 20px;
Expand All @@ -22,10 +22,6 @@
}
}

footer {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group .dropdown-toggle::after {
transition: -webkit-transform 0.35s ease;
transition: transform 0.35s ease;
Expand Down
2 changes: 1 addition & 1 deletion views/_partials/footer.pug
@@ -1,4 +1,4 @@
footer.mt-5.py-4.text-center
footer.mt-5.py-4.text-center.border-top
.container
.row
.col-12
Expand Down

0 comments on commit 7de1a5e

Please sign in to comment.