Skip to content

Commit

Permalink
Adjust No Rounded Corners (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foldex authored Jun 19, 2023
1 parent a276c8c commit 46ce3e4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions web/extras/general/no_rounded_corners.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
/* ------------------------------- */
:root
{
--button_radius: 0px;
--button_pill_radius: 0px;
--checkbox_radius: 0px;
--card_radius: 0px;
--entry_radius: 0px;
--menu_radius: 0px;
--window_radius: 0px;
--popover_radius: 0px;
--button_pill_radius: 1px;
--button_radius: 1px;
--card_radius: 1px;
--checkbox_radius: 1px;
--entry_radius: 1px;
--icon_small_radius: 1px;
--menu_radius: 1px;
--popover_radius: 1px;
--window_radius: 1px;
}

0 comments on commit 46ce3e4

Please sign in to comment.