markdown features
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rei
2022-12-30 14:14:05 +01:00
parent e545a596ec
commit d397503c66
13 changed files with 651 additions and 95 deletions

View File

@@ -10,3 +10,24 @@ body {
margin: 0;
min-width: 100%;
}
pre > code {
background: transparent !important;
color: white !important;
}
.codeStyle > code {
background: transparent;
}
pre > div > div > button > svg:hover {
@apply hover:text-action transition-all ease-in-out duration-100 !important;
}
h3 > a {
@apply cursor-pointer relative xl:text-4xl text-2xl text-primary-text decoration-transparent font-black uppercase !important;
}
h3 > a:hover::before {
@apply content-['#'] absolute -left-8 text-gray-600;
}