Compare commits

..

No commits in common. "ce5baa572d9c7060b0b812ed03f054f71b9066a4" and "f166deabfb2e6fd76926c342b6c30ea450bd0744" have entirely different histories.

3 changed files with 4 additions and 2090 deletions

View file

@ -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;
}
}

View file

@ -1,7 +1,5 @@
<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
<div class="mesh-image mesh-image-top">
{{ readFile "themes/hugo-bearcub/static/mesh.svg" | safeHTML }}
</div>
<img src="/mesh.svg" alt="" class="mesh-image mesh-image-top">
</div>
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 224 KiB