mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
The base input rule uses a high-specificity :not() chain (0,8,1) that overpowered .header-search-input-wrap input (0,1,1). The base padding won, so the search input's padding-left (which makes room for the icon) was overridden. Switched to #site-search-input (1,0,0) to win the specificity battle.