css fix for vanilla

This commit is contained in:
Lea Anthony
2020-09-10 06:39:36 +10:00
parent 3d9ef75488
commit b4224066f7

View File

@@ -2,11 +2,17 @@
html,
body {
background-color: white;
color: black;
width: 100%;
height: 100%;
margin: 0;
}
input {
background-color: rgb(254,254,254);
color: black;
}
.container {
display: block;
width:100%;
@@ -17,10 +23,8 @@ body {
button {
font-size: 1rem;
}
#newCounter {
color: white;
background-color: white;
color: black;
}
.result {