fix: actually fix shit this time pls
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6524f2d7bc
commit
6c41aabe89
1 changed files with 8 additions and 5 deletions
13
src/post.css
13
src/post.css
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue