some styles.css changes

design
serr 2025-05-24 23:29:15 +03:00
parent 462bc656cf
commit a12896c134
1 changed files with 7 additions and 0 deletions

View File

@ -123,4 +123,11 @@ details[open] > summary {
header, footer, main {
flex: 1 100%;
}
details > summary {
cursor: default;
}
details[open] > summary {
cursor: default;
}
}