Add font size variables for consistent typography
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
margin-block-start: 4rem;
|
||||
}
|
||||
|
||||
@ -21,10 +22,11 @@ button.inline-button {
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 0.5rem 1rem;
|
||||
padding: 0.75rem 1rem;
|
||||
color: var(--fg-muted-5);
|
||||
font-weight: bold;
|
||||
font-size: smaller;
|
||||
font-size: var(--font-size-small);
|
||||
line-height: 1;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--fg-muted-2);
|
||||
|
Reference in New Issue
Block a user