diff --git a/pg-py/post/the-second-one.md b/pg-py/post/the-second-one.md
index 3ac0157..59ec799 100644
--- a/pg-py/post/the-second-one.md
+++ b/pg-py/post/the-second-one.md
@@ -1,6 +1,6 @@
---
title: The second one
- summary: The second post summary.
+ summary: The second post summary. This summary is longer, and details what is contained in the blog post. Quite a few words can be written in here.
date: 2025-09-09T13:23:19+0000
---
diff --git a/pg-py/themes/basic/head.html b/pg-py/themes/basic/head.html
index a6bec8b..3ad3782 100644
--- a/pg-py/themes/basic/head.html
+++ b/pg-py/themes/basic/head.html
@@ -127,14 +127,6 @@ img {
max-width: 100%;
}
- code {
- font-family: monospace;
- padding: 2px;
- background-color: var(--code-background-color);
- color: var(--code-color);
- border-radius: 3px;
- }
-
blockquote {
border-left: 1px solid #999;
color: var(--code-color);