From 3e9f7333f4aa0bc4818cbccc4fd3f322264e631b Mon Sep 17 00:00:00 2001 From: lucashemi Date: Tue, 17 Jan 2023 20:47:00 -0300 Subject: colors and modules --- main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'main.css') diff --git a/main.css b/main.css index 8c67c4d..8baa89a 100644 --- a/main.css +++ b/main.css @@ -1,6 +1,8 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); body { + background-color: #eee; + color: #111; font-family: 'Roboto', sans-serif; text-align: center; } @@ -21,17 +23,22 @@ h1 { min-width: 15vw; max-width: 30vw; overflow: auto; - border: 5px solid black; + border: 5px solid #111; padding: 2rem 6rem; } +input { + background-color: #eee; + color: #111; +} + .add { font-size: 1.2em; margin-bottom: 10px; } .item { - border: 3px solid black; + border: 3px solid #111; margin: 0.3rem; padding: 0.4em 3em; list-style-type: none; -- cgit v1.2.3-18-g5258