This commit is contained in:
m
2026-03-15 04:15:41 +01:00
parent 9af7274464
commit f367700803
2 changed files with 15 additions and 13 deletions

View File

@@ -1,9 +1,8 @@
.post-divider { .post-divider {
width: 100%; width: 100%;
border: 1px solid #000; border: none;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border-top: 1px solid #e5e7eb;
} }
.post-divider-expanded { .post-divider-expanded {
margin-top: 25px; margin-top: 25px;
margin-bottom: 60px; margin-bottom: 60px;

View File

@@ -97,21 +97,24 @@ nav {
/* --- Buttons & UI --- */ /* --- Buttons & UI --- */
.btn-read-more { .btn-read-more {
margin-top: 20px; margin-top: 20px;
margin-right: 4px;
float: right; float: right;
background: #f8f9fa;
border: 1px solid #e1e4e8; background: #f3f4f6;
color: #666; border: 1px solid #d1d5db;
color: #374151;
border-radius: 6px; border-radius: 6px;
padding: 8px 20px; padding: 10px 22px;
font-size: 0.85rem;
font-size: 0.8rem;
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.03em; letter-spacing: 0.04em;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block; transition: all 0.18s ease;
text-decoration: none !important; text-decoration: none !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.btn-read-more:hover { .btn-read-more:hover {