some change

design
serr 2025-06-08 00:31:06 +03:00
parent 17ff94aa54
commit b3ada8c5ab
1 changed files with 6 additions and 0 deletions

View File

@ -149,9 +149,15 @@ details[open] > summary {
a:hover { a:hover {
background-color: #77abbb; background-color: #77abbb;
} }
a[hx-get]:hover {
background: linear-gradient(to right, #77abbb, #77abbb);
}
header, footer, main { header, footer, main {
flex: 1 100%; flex: 1 100%;
} }
details > summary { details > summary {
cursor: default; cursor: default;
} }