diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-17 02:34:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-17 02:34:40 +0530 |
commit | ec6199d90b99e131b7902be431a7e7ebb0e39695 (patch) | |
tree | 08d6867e99cc6c540da4386c2173948013d20350 | |
parent | b715d4dd3900ccaac02309c3dc53e8ba20897e77 (diff) |
made form elements font smaller
-rw-r--r-- | cgit.css | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |