This commit is contained in:
2024-05-08 09:15:55 +07:00
parent fe7ddf826e
commit ce9710c758
2 changed files with 6 additions and 2 deletions

View File

@@ -154,6 +154,9 @@ a {
margin: 50px 5px;
}
details {
.item {
background: #004e99;
}
&[open] {
svg {
transform: rotate(90deg);
@@ -199,7 +202,6 @@ a {
line-height: 36px;
transition: 0.3s all;
border-radius: 4px;
background: #004e99;
margin-bottom: 4px;
&:hover,
&.active {