Home Gen172 @ 2024-04-28-23:36

This commit is contained in:
Jonas Röger 2024-04-28 23:36:28 +02:00
parent 694ffe1ae5
commit 030c412fa1

View File

@ -48,10 +48,11 @@
#text {
padding: 4px;
color: white;
background: transparent;
border: none;
}
#entry:nth-child {
#entry:unselected {
background: transparent;
border: none;
}
@ -64,10 +65,6 @@
background: transparent;
}
#text:selected {
background: transparent;
border: none;
}
#expander-box {
border-radius: 15px;
border-color: #33ccff;