summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css11
1 files changed, 9 insertions, 2 deletions
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;