Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"Courier New", monospace;
--color-blue-500: oklch(62.3% 0.214 259.815);
--color-blue-600: oklch(54.6% 0.245 262.881);
--color-gray-300: oklch(87.2% 0.01 258.338);
--color-gray-500: oklch(55.1% 0.027 264.364);
--color-gray-600: oklch(44.6% 0.03 256.802);
--color-black: #000;
Expand Down Expand Up @@ -825,9 +824,6 @@
.bg-blue-600 {
background-color: var(--color-blue-600);
}
.bg-gray-300 {
background-color: var(--color-gray-300);
}
.p-1 {
padding: var(--spacing);
}
Expand Down
2 changes: 1 addition & 1 deletion view/component_blog_post.templ
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ templ BlogPostCard(post *BlogPostPreview) {
<a class="border-2 border-black rounded-lg overflow-hidden transition hover:shadow-lg hover:drop-shadow-lg" href={ templ.SafeURL(post.URL) }>
<div class="p-4">
<div class="flex items-center mb-4">
<div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div>
<img src="/assets/apple-touch-icon.png" class="w-10 h-10 mr-3 rounded-full" alt="Author avatar"/>
<div>
<div class="font-semibold">{ post.Author }</div>
<div class="text-sm text-gray-500">{ post.Date.Format("January 2, 2006") }</div>
Expand Down
2 changes: 1 addition & 1 deletion view/component_blog_post_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading