ensure that body text defaults to black

trunk
vilmibm 2023-07-18 06:38:29 +00:00
parent ef2516fd4d
commit 6fa4283e85
1 changed files with 1 additions and 0 deletions

View File

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