update blog

This commit is contained in:
ktyl 2022-05-17 01:39:56 +01:00
parent ae899e2855
commit a3dc9feb8f
3 changed files with 3 additions and 2 deletions

2
blog

@ -1 +1 @@
Subproject commit 148833823b0595901adfda53c2fc44e2997e8350 Subproject commit 27075c76698123358f075b1e7f4325c7ea34e1b7

View File

@ -9,7 +9,7 @@
transform: translate(-50%, 0); transform: translate(-50%, 0);
} }
.page .text-panel .separator { .page .separator {
position: relative; position: relative;
background-color: var(--foreground-inactive); background-color: var(--foreground-inactive);

View File

@ -1,4 +1,5 @@
<ul class="nav-links"> <ul class="nav-links">
<li><a href="about.html" class="fsText">about</a></li> <li><a href="about.html" class="fsText">about</a></li>
<li><a href="blog.html" class="fsText">blog</a></li>
<li><a href="gallery.html" class="fsText">gallery</a></li> <li><a href="gallery.html" class="fsText">gallery</a></li>
</ul> </ul>