fix: actually fix shit this time pls
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2025-02-20 20:56:32 +01:00
parent 6524f2d7bc
commit 6c41aabe89
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF

View file

@ -17,6 +17,14 @@ blockquote, ol, li, p {
border: revert;
}
.markdown-alert {
padding: 0.6vw 1.5vw !important;
}
.markdown-alert p {
margin: 3px 0px;
}
.markdown-alert-title {
font-family: 'typewriter';
display: flex;
@ -29,11 +37,6 @@ blockquote, ol, li, p {
color: var(--color-red-400);
}
.markdown-alert {
line-height: 2px;
padding: 0.6vw 1.2vw !important;
margin: 0 !important;
}
blockquote {
font-style: italic;