fix color consitency

This commit is contained in:
2025-09-23 11:54:38 -07:00
parent c261f1f0b3
commit 440d86a6e8
2 changed files with 5 additions and 1 deletions

View File

@@ -56,7 +56,7 @@
Gotta clean off after a long day's work. I'll just use this here
towel...
</p>
<video class="media" controls src="media/lulu-roll.mp4">
<video class="media" width="512" controls src="media/lulu-roll.mp4">
Lulu rolling around
</video>
<hr />

View File

@@ -165,6 +165,10 @@ audio {
padding: 0 8px;
}
hr {
color: light-dark(black, whitesmoke);
}
#title-1>.h1-container {
padding: 16px;
background: light-dark(black, whitesmoke);