]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove any soft pink backgrounds
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 14:09:51 +0000 (14:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 14:09:51 +0000 (14:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/year.html
src/templates/fireinfo/index.html
src/templates/nopaste/create.html
src/templates/static/legal.html

index b9339153852db9af43ef2e545e2bdd22347ab2d0..8718cd7f0718581d118f34a06b5b9c080ae5a376 100644 (file)
@@ -3,7 +3,7 @@
 {% block title %}{{ _("Posts in %s") % year }}{% end block %}
 
 {% block container %}
-       <section class="hero has-background-primary-light">
+       <section class="hero is-primary">
                <div class="hero-body">
                        <div class="container">
                                <nav class="breadcrumb" aria-label="breadcrumbs">
index 9a67dffa6ba53978e23b7332ae73e3d81d2689be..c4ec5c570ab9f4f5dacde2125f02cee0e6934348 100644 (file)
@@ -60,7 +60,7 @@
                </div>
        </section>
 
-       <section class="section has-background-primary-light">
+       <section class="section">
                <div class="container">
                        <h4 class="title is-4">{{ _("Locations") }}</h4>
 
index 6a6106cc6f16dcdc5f71060ab2ca16e4373da0bb..5f81a4b3530d27df4d0f04e783cdffa5bc5b81ac 100644 (file)
@@ -9,7 +9,7 @@
 {% end block %}
 
 {% block container %}
-       <section class="hero has-background-primary-light">
+       <section class="hero is-primary">
                <div class="hero-body">
                        <div class="container">
                                <nav class="breadcrumb" aria-label="breadcrumbs">
index 20d2371270d5b6cba0bb2add456caec7e271b560..09aa31c26863e65f931d2dc4e5c6df2d7e3367fd 100644 (file)
@@ -3,7 +3,7 @@
 {% block title %}{{ _("Legal") }}{% end block %}
 
 {% block container %}
-       <section class="hero has-background-primary-light">
+       <section class="hero is-dark">
                <div class="hero-body">
                        <div class="container">
                                <nav class="breadcrumb" aria-label="breadcrumbs">
                        </div>
                </section>
        </div>
-{% end block %}
\ No newline at end of file
+{% end block %}