]> Untitled Git - web-gallery.git/blobdiff - navigator/app/templates/gallery.html
Updated to version 1.6.0
[web-gallery.git] / navigator / app / templates / gallery.html
index 916ebef7830a9fbd77ffbc984c99656e90bc521d..d9404e08740cef6c59452c118fa5bd1007dd087d 100644 (file)
@@ -9,9 +9,11 @@
     <div class="titlecard second-color">
     <h1>{{ title }}</h1>
 
     <div class="titlecard second-color">
     <h1>{{ title }}</h1>
 
-    <ul class="card" id="navigation">
+    <ul class="card third-color" id="navigation">
     {% for gallery in galleries %}
     {% for gallery in galleries %}
-        <li class="link third-color"><a href="{{ gallery }}">{{ gallery }}</a></li>
+        <li class="link fourth-color">
+            <a href="{{ gallery }}">{{ gallery }}</a>
+        </li>
     {% endfor %}
     </ul>
     </div>
     {% endfor %}
     </ul>
     </div>