diff --git a/src/style.css b/src/style.css index a890124..a3eb63c 100644 --- a/src/style.css +++ b/src/style.css @@ -2,17 +2,23 @@ html, body { height: 100%; margin: 0; padding: 0; - background-color: grey; + background-color:#191919; } p1{ font-family: "Times New Roman"; font-size: 100%; - background-color: black; - color: green; + background-color: white; + color: black; } p.solid{border-style: solid;} +p2{ + font-family: "Times New Roman"; + font-size: 100%; + background-color: darkblue; + color: orange; +} /* Style the tab */ .tab {