new data file, minor index tweaks
This commit is contained in:
parent
f26b00da35
commit
5528ea7e2d
|
@ -0,0 +1,3 @@
|
||||||
|
- "Futzing around with iPods"
|
||||||
|
- "Building a CD collection"
|
||||||
|
- "Improving my physical fitness"
|
|
@ -1,3 +1,6 @@
|
||||||
|
<p>
|
||||||
|
<button class="hidden" value="dark mode" id="theme-toggle">Button</button>
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Site updated
|
Site updated
|
||||||
<time datetime="{{ .Site.Lastmod.Format "2006-01-02 15:04:05 -0700" }}">{{ .Site.Lastmod.Format "January 2, 2006" }}</time>.
|
<time datetime="{{ .Site.Lastmod.Format "2006-01-02 15:04:05 -0700" }}">{{ .Site.Lastmod.Format "January 2, 2006" }}</time>.
|
||||||
|
@ -6,6 +9,3 @@
|
||||||
Page version <a href="https://git.32bit.cafe/yequari/yequari.com/commit/{{.Hash}}"><code>{{ .AbbreviatedHash }}</code></a>.
|
Page version <a href="https://git.32bit.cafe/yequari/yequari.com/commit/{{.Hash}}"><code>{{ .AbbreviatedHash }}</code></a>.
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<button class="hidden" value="dark mode" id="theme-toggle">Button</button>
|
|
||||||
</p>
|
|
||||||
|
|
|
@ -421,7 +421,7 @@ li.page-item {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
border-top: 1px dotted var(--secondary-text);
|
/* border-top: 1px dotted var(--secondary-text); */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: var(--secondary-text);
|
color: var(--secondary-text);
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
|
@ -443,10 +443,14 @@ footer a:hover, footer a:active {
|
||||||
#theme-toggle {
|
#theme-toggle {
|
||||||
background: var(--content-bg);
|
background: var(--content-bg);
|
||||||
color: var(--primary-text);
|
color: var(--primary-text);
|
||||||
border: 1px solid var(--primary-text);
|
border: 1px solid var(--ternary-link);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#theme-toggle:active {
|
||||||
|
border: 1px solid var(--ternary-link-hover);
|
||||||
|
}
|
||||||
|
|
||||||
.metadata {
|
.metadata {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
|
|
Loading…
Reference in New Issue