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>
|
||||
Site updated
|
||||
<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>.
|
||||
{{ end }}
|
||||
</p>
|
||||
<p>
|
||||
<button class="hidden" value="dark mode" id="theme-toggle">Button</button>
|
||||
</p>
|
||||
|
|
|
@ -421,7 +421,7 @@ li.page-item {
|
|||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px dotted var(--secondary-text);
|
||||
/* border-top: 1px dotted var(--secondary-text); */
|
||||
text-align: center;
|
||||
color: var(--secondary-text);
|
||||
flex: 1 1 100%;
|
||||
|
@ -443,10 +443,14 @@ footer a:hover, footer a:active {
|
|||
#theme-toggle {
|
||||
background: var(--content-bg);
|
||||
color: var(--primary-text);
|
||||
border: 1px solid var(--primary-text);
|
||||
border: 1px solid var(--ternary-link);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#theme-toggle:active {
|
||||
border: 1px solid var(--ternary-link-hover);
|
||||
}
|
||||
|
||||
.metadata {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
|
|
Loading…
Reference in New Issue