fix: apply darker code block background color to DocsLayout

Applied the color change (#14151f instead of #1a1b26 for code blocks)
to the DocsLayout function, making code blocks slightly darker than the
main background for better visual distinction.
This commit is contained in:
2026-02-02 21:11:32 -05:00
parent 26d427c4b3
commit 9b58533a81
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ templ DocsLayout(nav Navigation, doc Document, user User) {
background-color: #1a1b26 !important;
}
.prose code {
background-color: #16161e !important;
background-color: #1a1b26 !important;
color: #a9b1d6 !important;
}
.prose pre code {