update monthly aggregation and docs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
dist/assets/css/web3.css
vendored
12
dist/assets/css/web3.css
vendored
@@ -61,6 +61,18 @@ body {
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
.web2-code {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
background: #f1f5f9;
|
||||
border: 1px solid var(--web2-border);
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.35rem;
|
||||
font-size: 0.85em;
|
||||
color: #0f172a;
|
||||
}
|
||||
.web2-paragraphs p + p {
|
||||
margin-top: 0.85rem;
|
||||
}
|
||||
.web2-link {
|
||||
color: var(--web2-blue);
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user