8 lines
92 B
CSS
8 lines
92 B
CSS
body {
|
|
background: black;
|
|
color: aliceblue;
|
|
}
|
|
|
|
html {
|
|
background-color: black;
|
|
} |