Skip to content

Commit

Permalink
Smaller font for tips, to help readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 5, 2024
1 parent e1a253c commit cee5a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Tip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
gap: var(--padding);
font-style: italic;
padding: var(--padding);
font-size: var(--small-size);
border-left: var(--thickness) var(--border) solid;
}
</style>

0 comments on commit cee5a64

Please sign in to comment.