mirror of
https://github.com/safing/web
synced 2025-04-23 12:29:09 +00:00
Update video contrast
This commit is contained in:
parent
7b87946b21
commit
27e6b3ddec
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ title: Download
|
|||
</div>
|
||||
</div>
|
||||
<div class="element-x-center max-w-4xl mx-auto xl:opacity-50">
|
||||
<video class="md:mt-20" loop autoplay width="auto" height="auto">
|
||||
<video class="md:mt-20" loop autoplay width="auto" height="auto" style="filter: contrast(1.15);">
|
||||
<source src="{{ site.assets_url }}/video/page-specific/landing/video.webm" type="video/webm">
|
||||
</video>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue