File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ author_profile: false
63
63
}
64
64
65
65
.schedule-day-header {
66
- background-color : #007bff ;
66
+ background-color : #00618F ;
67
67
color : white ;
68
68
padding : 15px ;
69
69
cursor : pointer ;
@@ -75,7 +75,7 @@ author_profile: false
75
75
}
76
76
77
77
.schedule-day-header :hover {
78
- background-color : #0056b3 ;
78
+ background-color : #3280a5 ;
79
79
}
80
80
81
81
.schedule-day-content {
@@ -96,7 +96,7 @@ author_profile: false
96
96
97
97
.schedule-time {
98
98
font-weight : bold ;
99
- color : #007bff ;
99
+ color : #00618F ;
100
100
}
101
101
102
102
.schedule-session h4 {
@@ -106,8 +106,6 @@ author_profile: false
106
106
107
107
</style >
108
108
109
-
110
-
111
109
<br >
112
110
113
111
<h3 > <center > <strong > Goethe University - Tel Aviv University Winterschool “Adaptive Cognition in Noisy Environments” <br >
@@ -240,6 +238,7 @@ author_profile: false
240
238
</div>
241
239
</div>
242
240
</div>
241
+ <div class =" card-body " >
243
242
<section id =" schedule " >
244
243
<h3 class="section-title">Schedule</h3>
245
244
{% for day in site.data.winter_school_schedule %}
@@ -262,7 +261,9 @@ author_profile: false
262
261
</div>
263
262
{% endfor %}
264
263
</section >
264
+ </div >
265
265
266
+ <br >
266
267
267
268
<script >
268
269
document .addEventListener (' DOMContentLoaded' , function () {
You can’t perform that action at this time.
0 commit comments