mirror of
https://github.com/safing/web
synced 2025-04-12 15:09:08 +00:00
Remove button hover-opacity-out
This commit is contained in:
parent
31e4f5529a
commit
ad4b47e32e
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ redirect_from:
|
|||
</p>
|
||||
<div class="col-container w-full text-left md:text-center lg:w-max lg:text-left">
|
||||
<a class="btn-secondary" href="{{ site.team_url }}">View team overview</a>
|
||||
<a class="btn-tertiary hover-opacity-out" href="#footer">Follow along</a>
|
||||
<a class="btn-tertiary" href="#footer">Follow along</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,7 @@ layout: page
|
|||
</p>
|
||||
<div class="col-container w-full text-center lg:w-max lg:text-left">
|
||||
<a class="btn-primary" href="#pricing">Get started</a>
|
||||
<a class="btn-tertiary hover-opacity-out" href="{{ site.portmaster_url }}">Built into the Portmaster</a>
|
||||
<a class="btn-tertiary" href="{{ site.portmaster_url }}">Built into the Portmaster</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-one-right">
|
||||
|
|
Loading…
Add table
Reference in a new issue