Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Nov 3, 2024
1 parent 65c9259 commit 4ae65ef
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/routes/moss.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ a.chip {

/* TODO other button variants? */
/* TODO this is slightly strange that it doesn't use --icon_size */
/* These are used as modifiers to buttons, and so they use `:where` so they cascade. */
/* These are used as modifiers to buttons, and so they use `:where` so they cascade. */
.icon_button {
width: var(--input_height);
height: var(--input_height);
Expand Down Expand Up @@ -161,6 +161,21 @@ a.chip {
.pr_xl7 {
padding-right: var(--space_xl7);
}

.pre {
font-family: var(--font_mono);
color: var(--text_color, var(--text_color_3));
overflow: auto;
max-width: 100%;
}
.pre > code {
font-size: var(--size_sm); /* TODO @many use a var? maybe computed from generic `--size`? */
font-weight: 500;
}
.pre:not(.inline) > code {
display: block;
}

.pt_xl5 {
padding-top: var(--space_xl5);
}
Expand Down

0 comments on commit 4ae65ef

Please sign in to comment.