fix: blockquote styling in dark mode
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-12-26 19:15:42 +01:00 committed by Gitea
parent 8ae84eaf42
commit 0befa58908
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@
max-width: $widescreen;
}
.content blockquote {
background-color: var(--grey-200);
border-left: .25rem solid var(--grey-300);
}