mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
added silly 8bitworkshop logo
This commit is contained in:
parent
19e2e36fe7
commit
71b4e68a55
@ -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);
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user