OSC keys plugin post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-12-05 02:39:38 +01:00
parent e86dc76f3e
commit 8ec798f93f
4 changed files with 66 additions and 6 deletions

View file

@ -231,11 +231,25 @@ body {
pre[class*="language-"] {
max-width: 100%;
box-sizing: border-box;
background: $grey-dark !important;
border-radius: 0;
padding: 0.5rem;
}
blockquote {
background-color: $grey-dark;
box-sizing: border-box;
padding: 1rem;
padding-bottom: 0.5rem;
margin: 0;
margin-bottom: 1rem;
p {
margin-bottom: 1rem;
}
}
.nav {
width: 100%;