added silly 8bitworkshop logo

This commit is contained in:
Steven Hugg 2018-11-24 17:36:10 -05:00
parent 19e2e36fe7
commit 71b4e68a55
2 changed files with 9 additions and 0 deletions

View File

@ -386,3 +386,10 @@ div.markdown th {
font-weight:bold;
background-color:#333;
}
.logo-gradient {
font-size: 1.5em;
background: linear-gradient(to right, #ff9999, #ffff99, #99ff99, #99ffff);
background-clip: text;
-webkit-background-clip: text;
color:rgba(0,0,0,0);
}

View File

@ -167,6 +167,8 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</span>
<span class="dropdown" style="float:right">
<span class="logo-gradient hidden-xs hidden-sm">8bitworkshop</span>
&nbsp;
<a class="btn btn-secondary dropdown-toggle" id="booksMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
GET BOOKS <span class="caret"></span>
</a>