:Resume HN icon
parent
b26e73f278
commit
a816754a34
|
@ -84,6 +84,11 @@
|
|||
title="See me on Savannah" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://news.ycombinator.com/user?id=mikegerwitz"
|
||||
title="mikegerwitz on Hacker News"
|
||||
class="hn-icon">HN</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear head"> </div>
|
||||
|
|
|
@ -292,6 +292,26 @@ h1 { font-size: 2.2em; }
|
|||
content: '-7118';
|
||||
}
|
||||
|
||||
/* copied from main site */
|
||||
.hn-icon {
|
||||
display: block;
|
||||
|
||||
background-color: #ff6600;
|
||||
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
line-height: 42px;
|
||||
}
|
||||
a.hn-icon {
|
||||
/* undo link styling */
|
||||
color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
/* right icons start to overlap with page margins */
|
||||
@media screen and (max-width: 970px) {
|
||||
|
|
Loading…
Reference in New Issue