diff --git a/assets/css/ep2019-bs-theme.css b/assets/css/europython-bs-theme.css
similarity index 100%
rename from assets/css/ep2019-bs-theme.css
rename to assets/css/europython-bs-theme.css
diff --git a/assets/css/ep2019-customisations.css b/assets/css/europython-customizations.css
similarity index 94%
rename from assets/css/ep2019-customisations.css
rename to assets/css/europython-customizations.css
index bdfa2f659..17250a71b 100644
--- a/assets/css/ep2019-customisations.css
+++ b/assets/css/europython-customizations.css
@@ -1,6 +1,6 @@
/* primary: #15653B; */
/* primary-light/info: #47A71C */
-/* secondary: #E88100 */
+/* secondary: #f49928 */
/* secondary-light/warning: #FFCB96 */
.text-primary-light { color: #47A71C; }
@@ -27,7 +27,7 @@
}
#announcement {
- background: #E88100;
+ background: #f49928;
/* full width minus scrollbar*/
padding: 32px;
box-shadow: 0px 0px 10px 0px rgba(217,122,10,0.75);
@@ -51,11 +51,11 @@
.text-underline { text-decoration: underline; }
.page { min-height: 500px; padding-bottom: 10em; padding-top: 4em}
-#footer { background: #136F43; padding: 1em 0; color: #f8c48f}
+#footer { background: #30b080; padding: 1em 0; color: #f8c48f}
#footer a { color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#footer ul { list-style-type: none; padding-left: 0}
#footer ul li { margin: .5em 0; }
-#homepage_news { background: #136F43; padding: 2em 0; margin 0:}
+#homepage_news { background: #30b080; padding: 2em 0; margin 0:}
#homepage_news a { color: #fff; text-decoration: underline;}
#homepage_news a:hover { color: #f8c48f; text-decoration: underline;}
.news-card { height: 300px; }
@@ -167,11 +167,11 @@ a.navbar-brand:hover{
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: #136F43;
+ background-color: #30b080;
}
a.nav-link, a.navbar-brand {
- color: #E88100;
+ color: #f49928;
}
/* Don't show carets in the dropdown menus */
diff --git a/templates/conference/base.html b/templates/conference/base.html
index 02c6aa33f..95cc624d3 100644
--- a/templates/conference/base.html
+++ b/templates/conference/base.html
@@ -20,8 +20,8 @@
{% endblock meta %}
-
-
+
+
{% render_block "css" %} {# FOR DJANGO CMS #}
{% block morecss %}{% endblock %}