✨feature: Style updates, add Servers documentation
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
.sidebar-head h2 { margin: 0 0 .25rem; font-size: 1.125rem; }
|
||||
.sidebar-head h2 {
|
||||
font-size: 1.125rem;
|
||||
margin: 0 0 .25rem;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.sidebar-links {
|
||||
list-style: none;
|
||||
@@ -20,6 +24,7 @@
|
||||
line-height: 1.15;
|
||||
padding: 0.5rem 0.625rem;
|
||||
text-decoration: none;
|
||||
text-transform: capitalize;
|
||||
transition: background 0.2s ease, color 0.2s ease;
|
||||
}
|
||||
|
||||
|
||||
@@ -65,6 +65,7 @@ body {
|
||||
color: var(--muted);
|
||||
text-decoration: none;
|
||||
border: 0.0625rem solid transparent;
|
||||
text-transform: capitalize;
|
||||
transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
h1 { font-size: clamp(2rem, 3vw, 2.5rem); }
|
||||
h2 { font-size: clamp(1.625rem, 2.4vw, 2rem); }
|
||||
h3 { font-size: clamp(1.375rem, 2vw, 1.625rem); }
|
||||
summary h3 { display: inline-block; }
|
||||
h4 { font-size: clamp(1.25rem, 1.8vw, 1.375rem); }
|
||||
|
||||
p { margin: 0 0 0.875rem; color: var(--text); }
|
||||
|
||||
Reference in New Issue
Block a user