ensure that body text defaults to black

This commit is contained in:
vilmibm 2023-07-18 06:38:29 +00:00
parent ef2516fd4d
commit 6fa4283e85

View File

@ -7,6 +7,7 @@
<style>
body {
background-color: black;
color: black;
}
.rainbow {
animation-name: rainbow;