Skip to content

Commit

Permalink
fix(site): spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 16, 2024
1 parent 3d96b3f commit 738aee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ body.acrylic-window {
/*-------------------
Button
--------------------*/
--button-background: hsl(var(--hsl-neutral-800)/ 70%) none;
--button-background: hsl(var(--hsl-neutral-800) / 70%) none;
--button-text-color: hsl(var(--hsl-neutral-50) / 60%);
--button-margin: 0em 0.25em 0em 0em;
--button-border: 1px solid var(--strong-transparent-white);
Expand Down Expand Up @@ -2220,7 +2220,7 @@ body.acrylic-window {
/*-------------------
Segment
--------------------*/
--segment-background: hsl(var(--hsl-neutral-800)/ 50%);
--segment-background: hsl(var(--hsl-neutral-800) / 50%);
--segment-border: 1px solid var(--border-color);
--segment-box-shadow: var(--subtle-shadow);
--segment-border-radius: var(--default-border-radius);
Expand Down

0 comments on commit 738aee8

Please sign in to comment.