add toc style

This commit is contained in:
Philipp Kühn
2020-10-12 17:03:46 +02:00
parent 4cd4c7527b
commit 801912be5d
7 changed files with 50 additions and 37 deletions

View File

@@ -60,7 +60,6 @@
border-bottom-right-radius: inherit;
border-top-width: 0;
background-color: $colorBlack;
color: $colorWhite;
}
&__link {

View File

@@ -56,7 +56,6 @@ export default {
&__editor {
border: 1px solid rgba($colorWhite, 0.1);
background-color: $colorBlack;
color: $colorText;
}
&__editor ::v-deep {

View File

@@ -48,11 +48,6 @@
border-bottom-right-radius: inherit;
border-top-width: 0;
background-color: $colorBlack;
color: $colorWhite;
}
&__link {
// text-align: right;
}
&__error {