forked from leftypol/leftypol
Adding glitch class to h1 for glitch effect when using test CSS theme
This commit is contained in:
parent
4c604fdf7e
commit
cefd46ec2a
9 changed files with 9 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<header>
|
||||
<h1>{{ settings.title }}</h1>
|
||||
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue