diff --git a/assets/auto-theme.css b/assets/auto-theme.css
index dce83e8..ee8cf9b 100644
--- a/assets/auto-theme.css
+++ b/assets/auto-theme.css
@@ -50,14 +50,6 @@ footer {
top: 0;
}
-.mesh-image svg {
- display: block;
-}
-
-.mesh-image {
- color: #61ABDA;
-}
-
.footer-copy {
padding-top: 0.5rem;
}
@@ -109,10 +101,6 @@ li {
color: #1f2328;
}
- .mesh-image {
- color: #61ABDA;
- }
-
h1,
h2,
h3,
@@ -125,19 +113,12 @@ li {
}
a {
- color: #61ABDA;
+ color: #0969da;
}
a:visited,
ul.blog-posts li a:visited {
- color: #61ABDA;
- }
-
- header a,
- header a:visited,
- footer a,
- footer a:visited {
- color: inherit;
+ color: #8250df;
}
textarea,
@@ -178,13 +159,6 @@ li {
a,
a:visited,
ul.blog-posts li a:visited {
- color: #61ABDA;
- }
-
- header a,
- header a:visited,
- footer a,
- footer a:visited {
- color: inherit;
+ color: #58a6ff;
}
}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 6dfbf3f..804be55 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,7 +1,5 @@
-
- {{ readFile "themes/hugo-bearcub/static/mesh.svg" | safeHTML }}
-
+
{{ .Site.Title }}
diff --git a/static/mesh.svg b/static/mesh.svg
deleted file mode 100644
index 3a8ff1e..0000000
--- a/static/mesh.svg
+++ /dev/null
@@ -1,2058 +0,0 @@
-
-
\ No newline at end of file