anonymous 1728816492970

Code for getting rid of all the border radius?

Here's what I did, had to work around a bunch of default Neospring stuff so this will not work on other sites:

body, button, input {
  --radius: 0;
}

.pillmenu {
  border: none;
  --radius: 0;
}

nav button::before, nav a::before, .card:not(:has(form)) button, .card:not(:has(form)) a.button, .card:not(:has(form)) button:not(dialog *), .card:not(:has(form)) a.button:not(dialog *) {
  border-radius: 0;
}
f00f the f00fy 1728832603800

Reactions

Comments
Leave a comment

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue