From ee2c6e4a0731d1191ab3b56b12b2eff5a6131bc4 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 27 Mar 2016 13:28:04 +0200 Subject: [PATCH] Don't set font-size, just use default instead --- root/static/css/black.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/root/static/css/black.css b/root/static/css/black.css index f202736..5dc9f5c 100644 --- a/root/static/css/black.css +++ b/root/static/css/black.css @@ -1,14 +1,9 @@ body,html,table,div { font-family: sans-serif; - font-size: 11px; color: #B2B2B2; background-color: black; } -textarea, input{ - font-size: 11px; -} - a { color: white; text-decoration:underline; -- 2.39.2