Enhance team page styling and structure adjustments.
Removed `pointer-events: none` to enable hover effects on images and updated font weight for better visibility. Added new CSS for tooltips and modified navigation/yaml configuration for better presentation.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</div>-->
|
||||
|
||||
<h2 class="md-post__title">
|
||||
<a href="{{ post.url | replace('blog/', '') }}">{{ post.title }}</a>
|
||||
<a href="{{ post.url | replace('blog/', '') }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</h2>
|
||||
|
||||
<!-- Post-Excerpt hinzufügen -->
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
<br />
|
||||
|
||||
<a href="{{ post.url | replace('blog/', '') }}" class="md-button">Weiterlesen</a>
|
||||
<a href="{{ post.url | replace('blog/', '') }}" class="md-button" title="Weiterlesen: {{ post.title }}">Weiterlesen</a>
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user