css: clean up responsive css.
* Reduce size of buttons, form inputs, site menu items, paginator, and
sidebar text.
* Remove various dead rules (nonexistent selectors, rules overriden by
other rules, rules that were otherwise redundant or did nothing).
* Increase page margin size.
* Fix notes being mispositioned (caused by `#image { margin-top: 5px }` rule).
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
--responsive-menu-background-color: var(--link-hover-color);
|
||||
--responsive-sidebar-submit-button-background-color: #EEE;
|
||||
--responsive-sidebar-submit-button-border: 1px solid rgb(197, 197, 197);
|
||||
--responsive-form-input-border: 1px solid #c5c5c5;
|
||||
|
||||
--form-input-text-color: var(--text-color);
|
||||
--form-input-background: var(--body-background-color);
|
||||
|
||||
Reference in New Issue
Block a user