Skip to content

Commit

Permalink
use new svg logo
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed May 25, 2024
1 parent 63d4df5 commit f973cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
<body>
<div id="strip">
<header><center>
<h1 id="logo">dt</h1>
<h1 id="logo">
<img alt="dt" src="/img/dt-logo-white.svg" height="256" width="256">
</h1>
<h2><pre>duct tape for your unix pipes</pre></h2>
</center></header>

Expand Down
13 changes: 0 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ a:hover {
background-color: #333;
}

header h1 {
color: #300;
padding: 3ch 0;
background: url("img/duct-tape.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

.lighter {
color: #999;
}
Expand All @@ -72,7 +63,3 @@ header h1 {
color: #339;
font-weight: bold;
}

#logo {
font-size: 4ch;
}

0 comments on commit f973cbd

Please sign in to comment.