Update post list style

rewrite
Ashelyn Dawn 2 years ago
parent 4b1cd7ce04
commit c04af9753b

@ -17,9 +17,15 @@
</h1>
<h2>2022</h2>
<ul>
<li>July 29: <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a></li>
<li>August 1: <a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a></li>
<ul class="posts">
<li>
<span>July 29</span>
<a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a>
</li>
<li>
<span>August 1</span>
<a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a>
</li>
</ul>
</body>
</html>

@ -57,6 +57,18 @@ ul > li:not(:last-child) {
margin-bottom: 8px;
}
ul.posts {
list-style: none;
}
ul.posts li span {
display: inline-block;
min-width: 80px;
opacity: .5;
text-align: right;
margin-right: 10px;
}
a {
color: white;
opacity: .8;

Loading…
Cancel
Save