Skip to content

Commit 6095cae

Browse files
committed
Update event - Kopie.md
1 parent 7b09d3f commit 6095cae

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

_pages/event - Kopie.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ author_profile: false
6363
}
6464

6565
.schedule-day-header {
66-
background-color: #007bff;
66+
background-color: #00618F;
6767
color: white;
6868
padding: 15px;
6969
cursor: pointer;
@@ -75,7 +75,7 @@ author_profile: false
7575
}
7676

7777
.schedule-day-header:hover {
78-
background-color: #0056b3;
78+
background-color: #3280a5;
7979
}
8080

8181
.schedule-day-content {
@@ -96,7 +96,7 @@ author_profile: false
9696

9797
.schedule-time {
9898
font-weight: bold;
99-
color: #007bff;
99+
color: #00618F;
100100
}
101101

102102
.schedule-session h4 {
@@ -106,8 +106,6 @@ author_profile: false
106106

107107
</style>
108108

109-
110-
111109
<br>
112110

113111
<h3> <center> <strong> Goethe University - Tel Aviv University Winterschool “Adaptive Cognition in Noisy Environments” <br>
@@ -240,6 +238,7 @@ author_profile: false
240238
</div>
241239
</div>
242240
</div>
241+
<div class="card-body">
243242
<section id="schedule">
244243
<h3 class="section-title">Schedule</h3>
245244
{% for day in site.data.winter_school_schedule %}
@@ -262,7 +261,9 @@ author_profile: false
262261
</div>
263262
{% endfor %}
264263
</section>
264+
</div>
265265

266+
<br>
266267

267268
<script>
268269
document.addEventListener('DOMContentLoaded', function() {

0 commit comments

Comments
 (0)