Across the board style fixes and simplifications
Plus bump to v3
This commit is contained in:
@ -7,15 +7,15 @@
|
||||
}
|
||||
|
||||
.inline-button {
|
||||
display: inline-block;
|
||||
transition: var(--transition);
|
||||
cursor: pointer;
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 0.5rem 1rem;
|
||||
padding: 0.625rem 1rem;
|
||||
color: var(--fg-color);
|
||||
font-size: 0.9rem;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user