diff --git a/rounded-url-searchbar.css b/rounded-url-searchbar.css new file mode 100644 index 0000000..a2737c5 --- /dev/null +++ b/rounded-url-searchbar.css @@ -0,0 +1,4 @@ +/* Round the URL / search bar in the header */ +#urlbar-container { + --toolbarbutton-border-radius: 16px !important; +}