diff --git a/css/style.css b/css/style.css index 271a15c..41e8dba 100644 --- a/css/style.css +++ b/css/style.css @@ -823,6 +823,7 @@ a:focus { /*******************************/ /******* Events *******/ /*******************************/ + .speech-list { list-style: none; padding: 0; @@ -837,6 +838,26 @@ a:focus { position: relative; } +.speech-header:after { + content: '\002B'; + color: black; + float: right; +} + +.speech-header.active:after { + content: "\2212"; +} + +.speech-header.active { + background-color: #BDD8E1; +} + + + + + + + .details { display: none; padding: 5px; @@ -1374,3 +1395,5 @@ a:focus { font-size: 18px; /* Adjust the font size as needed */ } + + diff --git a/index.html b/index.html index 0a68aa1..729f88d 100644 --- a/index.html +++ b/index.html @@ -205,8 +205,6 @@