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:
+4
-4
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user