ensure that body text defaults to black
parent
ef2516fd4d
commit
6fa4283e85
|
@ -7,6 +7,7 @@
|
|||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
color: black;
|
||||
}
|
||||
.rainbow {
|
||||
animation-name: rainbow;
|
||||
|
|
Loading…
Reference in New Issue