misc cleanup
This commit is contained in:
+7
-17
@@ -25,8 +25,12 @@ a {
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
p {
|
||||
|
||||
p,
|
||||
p.description,
|
||||
.ant-typography {
|
||||
font-weight: 300;
|
||||
margin: 1em 0;
|
||||
color: var(--white-75);
|
||||
}
|
||||
pre {
|
||||
@@ -52,10 +56,7 @@ code {
|
||||
width: 2rem;
|
||||
}
|
||||
|
||||
p.description {
|
||||
margin: 1em 0;
|
||||
color: var(--white-75);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.line-chart-container {
|
||||
@@ -64,18 +65,7 @@ p.description {
|
||||
border: 1px solid var(--gray-dark);
|
||||
}
|
||||
|
||||
h2.ant-typography.page-title,
|
||||
h3.ant-typography.page-title
|
||||
{
|
||||
font-weight: 400;
|
||||
font-size: 1.5em;
|
||||
color: var(--nav-selected-text);
|
||||
}
|
||||
h2.section-title,
|
||||
h3.section-title {
|
||||
font-weight: 400;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
|
||||
.form-module {
|
||||
margin: 1em 0;
|
||||
|
||||
Reference in New Issue
Block a user