diff --git a/output/index.html b/output/index.html
index 4570e52..9949895 100644
--- a/output/index.html
+++ b/output/index.html
@@ -29,6 +29,15 @@
créer des pages (pas des articles) pour legal + contact (voir juste une page "about")
les mettre en bas de la sidebar
dl de l'archive par lien magnet / juste un zip.
+ icone flux RSS
+
+
+
+ Idées ?
+
+ - gallerie de toutes les images
+ - catégories
+
diff --git a/output/theme/css/main.css b/output/theme/css/main.css
index 47fe096..f7e69fb 100644
--- a/output/theme/css/main.css
+++ b/output/theme/css/main.css
@@ -17,7 +17,7 @@
*{
font-family: customFont;
- background-color:#CEF6EC;
+ background-color:#ccffff;
}
text{
@@ -51,7 +51,7 @@ h2{
border-top: unset;
border-bottom: unset;
border-right-color: black;
- background-color:#68e3c5;
+ background-color:#00b3b3;
}
@@ -93,7 +93,7 @@ a:hover{
}
a:before{
- color: #85adad;
+ color: #00e6e6;
content: '> ';
}
diff --git a/themes/felicie/static/css/main.css b/themes/felicie/static/css/main.css
index 47fe096..f7e69fb 100644
--- a/themes/felicie/static/css/main.css
+++ b/themes/felicie/static/css/main.css
@@ -17,7 +17,7 @@
*{
font-family: customFont;
- background-color:#CEF6EC;
+ background-color:#ccffff;
}
text{
@@ -51,7 +51,7 @@ h2{
border-top: unset;
border-bottom: unset;
border-right-color: black;
- background-color:#68e3c5;
+ background-color:#00b3b3;
}
@@ -93,7 +93,7 @@ a:hover{
}
a:before{
- color: #85adad;
+ color: #00e6e6;
content: '> ';
}
diff --git a/themes/felicie/templates/index.html b/themes/felicie/templates/index.html
index ee136f5..a58d4ab 100644
--- a/themes/felicie/templates/index.html
+++ b/themes/felicie/templates/index.html
@@ -10,6 +10,15 @@
créer des pages (pas des articles) pour legal + contact (voir juste une page "about")
les mettre en bas de la sidebar
dl de l'archive par lien magnet / juste un zip.
+ icone flux RSS
+
+
+
+ Idées ?
+
+ - gallerie de toutes les images
+ - catégories
+
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
\ No newline at end of file