From f973cbd4c5851503fc0025f491755a219901889c Mon Sep 17 00:00:00 2001 From: booniepepper Date: Sat, 25 May 2024 16:34:11 -0700 Subject: [PATCH] use new svg logo --- index.html | 4 +++- style.css | 13 ------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 9fda604..effe0aa 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,9 @@
-

dt

+

+ dt +

duct tape for your unix pipes

diff --git a/style.css b/style.css index df9c2c1..4c4c955 100644 --- a/style.css +++ b/style.css @@ -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; } @@ -72,7 +63,3 @@ header h1 { color: #339; font-weight: bold; } - -#logo { - font-size: 4ch; -}