Compare commits
2 commits
f166deabfb
...
ce5baa572d
| Author | SHA1 | Date | |
|---|---|---|---|
| ce5baa572d | |||
| 94c8006b6b |
3 changed files with 2090 additions and 4 deletions
|
|
@ -50,6 +50,14 @@ footer {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mesh-image svg {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mesh-image {
|
||||||
|
color: #61ABDA;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-copy {
|
.footer-copy {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
@ -101,6 +109,10 @@ li {
|
||||||
color: #1f2328;
|
color: #1f2328;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mesh-image {
|
||||||
|
color: #61ABDA;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
|
@ -113,12 +125,19 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #0969da;
|
color: #61ABDA;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited,
|
a:visited,
|
||||||
ul.blog-posts li a:visited {
|
ul.blog-posts li a:visited {
|
||||||
color: #8250df;
|
color: #61ABDA;
|
||||||
|
}
|
||||||
|
|
||||||
|
header a,
|
||||||
|
header a:visited,
|
||||||
|
footer a,
|
||||||
|
footer a:visited {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea,
|
textarea,
|
||||||
|
|
@ -159,6 +178,13 @@ li {
|
||||||
a,
|
a,
|
||||||
a:visited,
|
a:visited,
|
||||||
ul.blog-posts li a:visited {
|
ul.blog-posts li a:visited {
|
||||||
color: #58a6ff;
|
color: #61ABDA;
|
||||||
|
}
|
||||||
|
|
||||||
|
header a,
|
||||||
|
header a:visited,
|
||||||
|
footer a,
|
||||||
|
footer a:visited {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
|
<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
|
||||||
<img src="/mesh.svg" alt="" class="mesh-image mesh-image-top">
|
<div class="mesh-image mesh-image-top">
|
||||||
|
{{ readFile "themes/hugo-bearcub/static/mesh.svg" | safeHTML }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
|
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
|
||||||
|
|
|
||||||
2058
static/mesh.svg
Normal file
2058
static/mesh.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 224 KiB |
Loading…
Add table
Add a link
Reference in a new issue