Skip to content

Commit 317c218

Browse files
committed
fix(style): dark theme colors
1 parent 7fd2017 commit 317c218

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/app/template.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ templ (app *Server) Template(body templ.Component) {
2626
@dev.Header
2727
</head>
2828
<body
29-
class="mx-auto max-w-xl lg:max-w-4xl flex flex-col gap-8 py-4 px-4 dark:bg-gray-800 dark:text-gray-300"
29+
class="mx-auto max-w-xl lg:max-w-4xl flex flex-col gap-8 py-4 px-4 dark:bg-slate-800 dark:text-gray-300"
3030
hx-ext="preload"
3131
hx-boost="true"
3232
>

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ul {
5858
}
5959

6060
#article p > code {
61-
@apply bg-gray-200 px-1 dark:text-gray-800
61+
@apply bg-gray-200 px-1 dark:bg-gray-600
6262
}
6363

6464
#article blockquote > p {

0 commit comments

Comments
 (0)