wip: desktop work

This commit is contained in:
Adam 2025-10-31 11:54:27 -05:00
commit ffc889b99e
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
9 changed files with 174 additions and 175 deletions

View file

@ -4,6 +4,7 @@
overflow: auto;
scrollbar-width: none;
color: var(--text-base);
text-wrap: pretty;
/* text-14-regular */
font-family: var(--font-family-sans);
@ -34,4 +35,10 @@
margin-top: 16px;
margin-bottom: 16px;
}
hr {
margin-top: 8px;
margin-bottom: 16px;
border-color: var(--border-weaker-base);
}
}