opencode / packages /console /app /src /routes /user-menu.css
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
5f24abe verified
Raw
History Blame Contribute Delete
319 Bytes
[data-component="user-menu"] {
[data-component="dropdown"] {
[data-slot="trigger"] span {
color: var(--color-text-muted);
}
[data-slot="dropdown"] {
form {
width: 100%;
}
}
[data-slot="item"] {
color: var(--color-danger);
text-decoration: none;
}
}
}