fix(media.css): highlight text helper class for grids and heros
This commit is contained in:
parent
dc2a909b6f
commit
5290dfb73b
6 changed files with 19 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
<a href="{{ item.grid.url }}" title="{{ alt }}">
|
||||
<div class="media-grid-item">
|
||||
{%- if item.grid.title or item.grid.subtext -%}
|
||||
<div class="meta-text {{ item.type }}">
|
||||
<div class="meta-text media-highlight {{ item.type }}">
|
||||
{% if item.grid.title %}
|
||||
<div class="header">{{ item.grid.title }}</div>
|
||||
{% endif %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<a href="{{ movie.url }}">
|
||||
<div class="watching hero">
|
||||
<div class="meta-text highlight-text">
|
||||
<div class="meta-text media-highlight">
|
||||
<div class="header">{{ movie.title }}</div>
|
||||
<div class="subheader">
|
||||
{%- if movie.rating -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue