Adding glitch class to h1 for glitch effect when using test CSS theme

This commit is contained in:
Benjamin Southall 2017-05-11 21:05:20 +09:00
parent 4c604fdf7e
commit cefd46ec2a
9 changed files with 9 additions and 8 deletions

View file

@ -72,7 +72,7 @@ $(document).ready(function(){
{% if config.url_banner %}<img class="board_image" src="{{ config.url_banner }}" {% if config.banner_width or config.banner_height %}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" {% endif %}alt="" />{% endif %}
<header>
<h1>{{ settings.title }}</h1>
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>