Skip to content

Commit

Permalink
Use a less extreme border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisdano committed Mar 20, 2024
1 parent 1f6c79f commit 1ae2b83
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions _theme/_uswds-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ in the form $setting: value,
$theme-banner-link-color: "indigo-30",
$theme-banner-max-width: none,
$theme-identifier-max-width: none,


// Part two.
// ! Will be completed by the user.

$theme-border-radius-lg: 3,
$theme-card-border-radius: "lg",
$theme-card-border-width: 0,
$theme-card-font-family: "sans",
$theme-card-header-typeset: ("sans", "xl", 1)
// $theme-border-radius-lg: 2,
// $theme-card-border-radius: "lg",
// $theme-card-border-width: 0,
// $theme-card-font-family: "sans",
// $theme-card-header-typeset: ("sans", "xl", 1)
);

0 comments on commit 1ae2b83

Please sign in to comment.