1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 20:01:08 +00:00

Fix I2P buttons (#295)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
elitejake
2021-12-26 06:28:10 +00:00
committed by Daniel Gray
parent 1389822ab2
commit b471bc719b
6 changed files with 42 additions and 32 deletions

View File

@@ -105,11 +105,11 @@
<a
href="{{include.i2p}}"
rel="noopener"
class="btn btn-blue mt-1 me-1"
class="btn btn-primary mt-1 me-1"
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title="Requires specific software to access: geti2p.net">
<span class="ptio-i2p-garlic btn-icon"></span>
<span class="ptio-i2p-garlic text-dark"></span>
</a>
{% endif %}
</div>