]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Replace all text-* with link-*
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Nov 2021 11:13:05 +0000 (11:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Nov 2021 11:13:05 +0000 (11:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/auth/activated.html
src/templates/index.html

index ed6da2135eb2234b876bd638d5a20e956cfa931f..70b8c926a929a201468405e122ec3439c4786eff 100644 (file)
@@ -15,7 +15,7 @@
                                {{ _("Donate Now") }}
                        </a>
 
-                       <a class="text-secondary small" href="/">
+                       <a class="link-secondary small" href="/">
                                {{ _("No thanks, I have already donated") }}
                        </a>
                </div>
index 001d2d987c906b2a779664447c5b034f307401f3..81bb0eb563a3c89924c9a658fb7d57a01fb7102b 100644 (file)
@@ -17,7 +17,7 @@
                                {% if latest_release.blog %}
                                        &nbsp;
 
-                                       <a class="text-dark font-weight-bold" href="/download/{{ latest_release.slug }}">
+                                       <a class="link-dark font-weight-bold" href="/download/{{ latest_release.slug }}">
                                                {{ _("Get It Now") }}
                                        </a>
                                {% end %}