feature: just switch to discord-markdown instead

I can't be bothered to write my own parser so a billion dependencies it is
This commit is contained in:
Spectralitree
2021-12-11 14:13:39 +01:00
parent 50bbffd451
commit 615c6f3ef9
5 changed files with 70 additions and 28 deletions

View File

@@ -48,6 +48,26 @@
border-bottom: none !important;
}
/* .nav-tabs {
justify-content: center !important;
} */
.d-spoiler {
color: var(--bs-dark);
background-color: var(--bs-dark);
border-radius: 2px;
transition-delay: 6000s;
}
.d-spoiler::selection {
color: var(--bs-dark);
background-color: transparent;
}
.d-spoiler:active {
background-color: rgba(128, 128, 128, 0.3);
color: var(--bs-body-color);
transition-delay: 0s;
}
.d-emoji {
width: 1.25em;
height: auto;
}