From 7bfaf12c3ff9e072f1cbf19900f989e0fdc30283 Mon Sep 17 00:00:00 2001 From: Max Meyers Date: Wed, 30 Nov 2016 02:05:36 -0500 Subject: [PATCH] changes --- todo.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todo.css b/todo.css index 81fb3a5..87d8101 100644 --- a/todo.css +++ b/todo.css @@ -12,6 +12,7 @@ input{ margin:auto; width: 20px; font-size: 12px; + color: #d3d3d3; font-family: 'Orbitron', sans-serif; background-color: transparent; border: none; @@ -28,14 +29,14 @@ input{ #todos, #todos li{ font-family: 'Orbitron', sans-serif; - font-size: 12px; + font-size: 14px; display: block; max-height: 25px; } .deleteButton{ font-family: 'Orbitron', sans-serif; - font-size: 12px; + font-size: 14px; border: none; color: #d3d3d3; opacity: .8;