diff --git a/public/@brooke/index.html b/public/@brooke/index.html index b5363bc..ad4cc70 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -19,7 +19,6 @@ --content-spacing: 5px; --background-img: url("/@brooke/bg.webp"); --banner: url("/@brooke/fractal.webp"); - --titleBars: url("/@brooke/title-bar.webp"); --text-color: white; --link-color: var(--accent-1); --border: 1px solid black; @@ -58,14 +57,6 @@ display: flex; max-width: 850px; } - .sidebar-title, - .title { - background-image: var(--titleBars); - border: var(--border); - font-size: 20px; - background-size: auto 100%; - background-repeat: repeat-x; - } main { width: 100%; background-color: var(--background); @@ -88,7 +79,6 @@
-

Hi! My name is Brooke.

diff --git a/public/@brooke/title-bar.webp b/public/@brooke/title-bar.webp deleted file mode 100644 index 199224f..0000000 Binary files a/public/@brooke/title-bar.webp and /dev/null differ