Skip to content

Commit

Permalink
moss
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Feb 25, 2025
1 parent 2863788 commit 5ad4d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/moss.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ a.chip {
min-width: var(--input_height);
min-height: var(--input_height);
flex-shrink: 0;
line-height: 1;
font-weight: 900;
padding: 0;
}
Expand Down Expand Up @@ -234,7 +235,7 @@ a.chip {
color-mix(in hsl, var(--shadow_color) var(--shadow_alpha, var(--shadow_alpha_3)), transparent);
}
.shadow_xs {
--shadow_alpha: var(--shadow_alpha_1) box-shadow: var(--shadow_xs)
box-shadow: var(--shadow_xs)
color-mix(in hsl, var(--shadow_color) var(--shadow_alpha, var(--shadow_alpha_1)), transparent);
}
.text_align_center {
Expand All @@ -247,7 +248,6 @@ a.chip {
white-space: nowrap;
}

/* TODO rename these? use to be columns, maybe should be? */
.width_md {
width: 100%;
max-width: var(--width_md);
Expand Down

0 comments on commit 5ad4d5f

Please sign in to comment.