adfj
This commit is contained in:
parent
5ddc8280ed
commit
85245615dc
@ -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);
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user