Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Make Stylemark credits less conspicuous
Browse files Browse the repository at this point in the history
mpetrovich committed Jun 10, 2018

Verified

This commit was signed with the committer’s verified signature.
1 parent 62aedc2 commit 6b27b4d
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/assets/css/all.css
Original file line number Diff line number Diff line change
@@ -20,3 +20,5 @@
@import "components/i-search-input.css";
@import "components/i-section.css";
@import "components/i-sidebar.css";

@import "theme.css";
4 changes: 4 additions & 0 deletions src/assets/css/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.theme-sidebar-footer {
font-size: 14px;
opacity: 0.3;
}
3 changes: 1 addition & 2 deletions src/templates/sidebar.handlebars
Original file line number Diff line number Diff line change
@@ -50,7 +50,6 @@

<div class="row no-gutters mt-auto py-4 theme-sidebar-footer">
<span class="col">
<span class="i-muted">Generated by</span>
<a class="i-muted -hover" href="https://github.com/nextbigsoundinc/stylemark">Stylemark</a>
Generated by <a href="https://github.com/nextbigsoundinc/stylemark">Stylemark</a>
</span>
</div>

0 comments on commit 6b27b4d

Please sign in to comment.