This commit is contained in:
fatmeat 2025-05-22 22:01:17 +02:00
parent 5ddc8280ed
commit 85245615dc
2 changed files with 8 additions and 8 deletions

View File

@ -119,13 +119,7 @@ ul a {
text-shadow: 0 0 3px var(--primary-color);
}
footer a {
text-decoration: none;
color: var(--primary-color);
text-shadow: 0 0 3px var(--primary-color);
}
a:hover {
ul a:hover {
background: var(--primary-color);
color: var(--background-color);
}
@ -136,3 +130,9 @@ ul {
gap: 1rem;
list-style: none;
}
footer a {
text-decoration: none;
color: var(--primary-color);
text-shadow: 0 0 3px var(--primary-color);
}

View File

@ -63,7 +63,7 @@
<!-- TODO: make login a popop that allow to use irc and blog -->
<section id="blog-section" class="hidden">
<h2>Studio Blog</h2>
<div id="posts">
<ul id="posts">
<p>Coming soon...</p>
</div>
</section>