Fix date decoration lines, remove post card hover border, use filled nav icons

- Remove ::before/::after decorative horizontal lines on post date
- Remove blue inset box-shadow from post card hover state
- Switch nav icons from outline (-o) to filled variants

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Kirik
2026-03-24 01:06:23 +01:00
parent 2ca1d2c2e7
commit 41de9ea642
4 changed files with 14 additions and 9 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
items:
- title: 'Хочу поехать'
url: '/plan'
icon: 'fa-calendar-o'
icon: 'fa-calendar'
- title: 'Маршруты'
url: '/map'
icon: 'fa-map-o'
icon: 'fa-map'
- title: 'Спросить'
url: '/ask'
icon: 'fa-envelope-o'
icon: 'fa-envelope'
- title: 'Галерея'
url: '/gallery'
icon: 'fa-picture-o'
icon: 'fa-camera'
+4 -4
View File
@@ -1,17 +1,17 @@
items:
- title: 'Хочу поехать'
url: '/plan'
icon: 'fa-calendar-o'
icon: 'fa-calendar'
- title: 'Маршруты'
url: '/map'
icon: 'fa-map-o'
icon: 'fa-map'
- title: 'Спросить'
url: '/ask'
icon: 'fa-envelope-o'
icon: 'fa-envelope'
- title: 'Галерея'
url: '/gallery'
icon: 'fa-picture-o'
icon: 'fa-camera'
+6
View File
@@ -70,4 +70,10 @@ a.image.fit {
margin-top: 0.75rem;
margin-bottom: 1rem;
}
}
/* Убираем декоративные линии по бокам даты в заголовке поста */
.post header.major .date::before,
.post header.major .date::after {
display: none !important;
}
-1
View File
@@ -126,7 +126,6 @@
}
#main > .posts > article:hover {
box-shadow: inset 0 0 0 1px rgba(24, 191, 239, 0.3);
}
/* Фиксированная высота хедера — фото на одном уровне в ряду */