fix: small fixes
This commit is contained in:
parent
1790d83b5b
commit
871fd1d629
1 changed files with 16 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ section {
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
border-bottom-color: var(--overlay0);
|
border-bottom-color: var(--overlay0);
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
|
||||||
&>h1.title {
|
&>h1.title {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
|
@ -40,10 +41,12 @@ section {
|
||||||
|
|
||||||
&>p {
|
&>p {
|
||||||
&.metadata {
|
&.metadata {
|
||||||
color: var(--subtext0);
|
color: var(--subtext1);
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
|
margin: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
&.subtitle {
|
&.subtitle {
|
||||||
|
|
@ -98,7 +101,19 @@ h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-top: 1.25rem;
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
&>a {
|
&>a {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
@ -113,11 +128,6 @@ h6 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
margin-top: 1.25rem;
|
|
||||||
margin-bottom: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--blue);
|
color: var(--blue);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue