new accessible metrics
This commit is contained in:
parent
d968da10a0
commit
05460f6c69
6 changed files with 109 additions and 99 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue