Optional bundled fonts (fixes #44). Style cleanups
This commit is contained in:
@ -32,9 +32,8 @@
|
||||
0 0.75rem 1.5rem -1rem rgb(0 0 0 / 0.5);
|
||||
border-radius: 999px;
|
||||
background-color: var(--nav-bg);
|
||||
padding: 0.5rem 0.75rem;
|
||||
padding: 0.375rem 0.75rem;
|
||||
pointer-events: none;
|
||||
line-height: 1.25;
|
||||
text-decoration: none;
|
||||
|
||||
&:focus {
|
||||
@ -55,7 +54,8 @@
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
line-height: 1.25;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
@ -71,10 +71,9 @@
|
||||
transition: var(--transition);
|
||||
border-radius: 999px;
|
||||
background-color: transparent;
|
||||
padding: 0.5rem 0.75rem;
|
||||
padding: 0.375rem 0.75rem;
|
||||
color: var(--fg-muted-4);
|
||||
font-weight: bold;
|
||||
line-height: 1.25;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
@ -171,7 +170,7 @@
|
||||
}
|
||||
|
||||
.circle {
|
||||
padding: 0.5rem 0.625rem;
|
||||
padding: 0.375rem 0.625rem;
|
||||
|
||||
.icon {
|
||||
vertical-align: -0.125em;
|
||||
@ -409,7 +408,7 @@
|
||||
padding: 0.5rem;
|
||||
|
||||
a {
|
||||
line-height: 1.25;
|
||||
width: fit-content;
|
||||
|
||||
&::after {
|
||||
content: " →";
|
||||
|
Reference in New Issue
Block a user