improved readability

This commit is contained in:
gaia 2024-08-04 19:10:34 -04:00
parent 942b7200de
commit b34f337d86
2 changed files with 9 additions and 6 deletions

View file

@ -12,7 +12,8 @@
Blog-Log
</h1>
</div>
<h2>What is a Blog-Log?</h2>
<div class="bllog-body bllog-container">
<h2>What is a Blog-Log?</h2>
<p class="bllog-body">
A Blog-Log exists separately from a blog or a log. It's something new.
<br>
@ -48,12 +49,13 @@
Where In Cyberspace Is This Blog?
</p>
</a>
<img src="/spider.gif"></img>
<img src="/icw_pha.gif"></img>
<img src="/logogzone.gif"></img>
<img src="/thevoid.gif"></img>
</div>
<img src="/spider.gif"></img>
<img src="/icw_pha.gif"></img>
<img src="/logogzone.gif"></img>
<img src="/thevoid.gif"></img>
<p class="anticopyright">
Permission to mirror, repost, edit, review, etc is given
so long as it's not for some dumb-ass, lame-ass, corporate fucking bullshit.

View file

@ -97,6 +97,7 @@ h1 {
margin-bottom: 0.1rem;
border: 0.125rem solid;
border-color: var(--text-color);
background-color: rgba(255, 167, 189, 0.75);
}
.bllog-container > p {