Worked on the blog page a bit

This commit is contained in:
ngn
2024-02-04 22:39:23 +03:00
parent 50b8b75129
commit eb97ceaef1
2 changed files with 69 additions and 30 deletions

View File

@ -703,7 +703,7 @@ https://github.com/ngn13/ngn13.fun/raw/main/static/fonts/latin.woff2
margin: 0;
font-size: 85%;
white-space: break-spaces;
background-color: var(--dark-three);
background-color: var(--dark-two);
border-radius: 6px;
}
@ -745,10 +745,10 @@ https://github.com/ngn13/ngn13.fun/raw/main/static/fonts/latin.woff2
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
overflow: scroll;
font-size: 85%;
line-height: 1.45;
background-color: var(--dark-three);
background-color: var(--dark-two);
border-radius: 6px;
}