WIP: Fachbereichsseiten #220

Manually merged
Denys Konovalov merged 16 commits from dev into master 2023-06-22 14:05:31 +02:00
Showing only changes of commit 0cd60663c8 - Show all commits

@ -450,7 +450,7 @@ details[open] summary {
bottom: -123px;
z-index: 9;
padding: 15px;
color: rgba(white, 0.5);
color: rgba(255, 255, 255, 0.5);
border: 0;
font-size: 30px;
transition: all linear 0.2s;
@ -501,7 +501,7 @@ details[open] summary {
overflow: hidden;
height: 10px;
width: 10px;
background: rgba(white, 0.5);
background: rgba(255, 255, 255, 0.5);
border: 0;
outline: 0;
}