new accessible metrics

This commit is contained in:
りき萌 2024-06-13 21:50:09 +02:00
parent d968da10a0
commit 05460f6c69
6 changed files with 109 additions and 99 deletions

View file

@ -1,9 +1,9 @@
.index\:hobby-corners {
&>li {
margin: 8px 0px;
margin: var(--8px) 0px;
&>details {
border-top: 4px solid var(--section-color);
border-top: var(--4px) solid var(--section-color);
}
&>details>summary {
@ -25,7 +25,7 @@
color: var(--text-color);
opacity: 40%;
width: 96px;
width: 6.85rem;
height: auto;
pointer-events: none;