Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 1e1ee48

Browse files
authored
Update to new conference colors for EP2021 (#1347)
1 parent 5ae586c commit 1e1ee48

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
File renamed without changes.

assets/css/ep2019-customisations.css renamed to assets/css/europython-customizations.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* primary: #15653B; */
22
/* primary-light/info: #47A71C */
3-
/* secondary: #E88100 */
3+
/* secondary: #f49928 */
44
/* secondary-light/warning: #FFCB96 */
55

66
.text-primary-light { color: #47A71C; }
@@ -27,7 +27,7 @@
2727
}
2828

2929
#announcement {
30-
background: #E88100;
30+
background: #f49928;
3131
/* full width minus scrollbar*/
3232
padding: 32px;
3333
box-shadow: 0px 0px 10px 0px rgba(217,122,10,0.75);
@@ -51,11 +51,11 @@
5151
.text-underline { text-decoration: underline; }
5252

5353
.page { min-height: 500px; padding-bottom: 10em; padding-top: 4em}
54-
#footer { background: #136F43; padding: 1em 0; color: #f8c48f}
54+
#footer { background: #30b080; padding: 1em 0; color: #f8c48f}
5555
#footer a { color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
5656
#footer ul { list-style-type: none; padding-left: 0}
5757
#footer ul li { margin: .5em 0; }
58-
#homepage_news { background: #136F43; padding: 2em 0; margin 0:}
58+
#homepage_news { background: #30b080; padding: 2em 0; margin 0:}
5959
#homepage_news a { color: #fff; text-decoration: underline;}
6060
#homepage_news a:hover { color: #f8c48f; text-decoration: underline;}
6161
.news-card { height: 300px; }
@@ -167,11 +167,11 @@ a.navbar-brand:hover{
167167
.dropdown-item.active, .dropdown-item:active {
168168
color: #fff;
169169
text-decoration: none;
170-
background-color: #136F43;
170+
background-color: #30b080;
171171
}
172172

173173
a.nav-link, a.navbar-brand {
174-
color: #E88100;
174+
color: #f49928;
175175
}
176176

177177
/* Don't show carets in the dropdown menus */

templates/conference/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{% endblock meta %}
2121

2222
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
23-
<link rel="stylesheet" href="{% static 'css/ep2019-bs-theme.css' %}">
24-
<link rel="stylesheet" href="{% static 'css/ep2019-customisations.css' %}">
23+
<link rel="stylesheet" href="{% static 'css/europython-bs-theme.css' %}">
24+
<link rel="stylesheet" href="{% static 'css/europython-customizations.css' %}">
2525
{% render_block "css" %} {# FOR DJANGO CMS #}
2626

2727
{% block morecss %}{% endblock %}

0 commit comments

Comments
 (0)