Experiment with going back to Forma DJR
This commit is contained in:
@@ -8,7 +8,6 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
|
||||
color: var(--color-primary-1);
|
||||
|
||||
display: flex;
|
||||
@@ -35,6 +34,7 @@ footer {
|
||||
width: 100%;
|
||||
|
||||
padding-bottom: 32px;
|
||||
padding-top: 96px;
|
||||
|
||||
opacity: 80%;
|
||||
}
|
||||
@@ -55,8 +55,8 @@ p,
|
||||
a,
|
||||
ul,
|
||||
ol {
|
||||
line-height: 1.6em;
|
||||
font-size: 18px;
|
||||
line-height: var(--line-height-base);
|
||||
font-size: var(--font-size-base);
|
||||
}
|
||||
|
||||
h1,
|
||||
@@ -67,19 +67,6 @@ h5,
|
||||
h6 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user