From ec6199d90b99e131b7902be431a7e7ebb0e39695 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 17 Jul 2023 02:34:40 +0530 Subject: made form elements font smaller --- cgit.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/cgit.css b/cgit.css index 5b23512..eb4dc13 100644 --- a/cgit.css +++ b/cgit.css @@ -62,7 +62,6 @@ div#cgit table#header td.form form, div#cgit table#header td.form input, div#cgit table#header td.form select { background-color: #232627; - font-size: 1.1rem; color: white; } @@ -120,7 +119,6 @@ div#cgit table.tabs td.form form { div#cgit table.tabs td.form input, div#cgit table.tabs td.form select { - font-size: 1.2rem; padding: 0.2rem 0.8rem; background-color: #232627; color: white; -- cgit v1.2.3