something

This commit is contained in:
Philipp Kühn
2020-04-18 23:53:05 +02:00
parent 66b127168a
commit 7d5b8fd4dd
8 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
.doc-page {
&__markdown ::v-deep {
a {
text-decoration: underline;
}
h1,
h2,
h3,
@@ -33,6 +37,7 @@
top: 0;
right: 100%;
color: rgba($colorBlack, 0.4);
text-decoration: none;
font-weight: 400;
padding-right: 0.5rem;
opacity: 0;
@@ -44,6 +49,8 @@
}
}
> * + * {
margin-top: 1.5em;
}