sidebar changes. build script.

This commit is contained in:
Lazy Hippopotamus
2023-06-06 15:32:11 -04:00
parent 3fd42d469b
commit 4423bd9dff
6 changed files with 109 additions and 30 deletions

View File

@@ -115,24 +115,24 @@ body {
#sider-cats > div {
display: none;
border-left: 2px solid red;
border-left: 2px solid white;
padding-left: 10px;
}
#sider-cats > input:checked + label {
border-right: 2px solid red;
border-bottom: 2px solid red;
/*border-right: 2px solid red;
border-bottom: 2px solid red;*/
}
#sider-cats > label {
color: green;
color: #333333;
padding-right: 10px;
padding-bottom: 10px;
display: inline-block;
}
#sider-cats > label:hover {
color: darkgreen;
color: black;
cursor: pointer;
}