If you aren't doing anything else to urlbar then I'd recommend styling #urlbar-background
instead of #urlbar-input-container
- like this:
#urlbar-background {
border: none !important;
border-radius: 5px !important;
background: light-dark(#ffffffff, #1b1e20ff) !important;
outline: none !important;
}