change style

This commit is contained in:
tommy
2025-11-03 16:45:25 +08:00
parent 42667df0a1
commit f084d42673
3 changed files with 85 additions and 6 deletions

View File

@@ -118,6 +118,34 @@
background-color: hsl(var(--muted));
}
.ui-button[data-variant="icon"] {
background-color: transparent;
border-color: transparent;
color: hsl(var(--foreground));
padding: 0;
}
.ui-button[data-variant="icon"]:hover {
background-color: hsl(var(--muted));
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.theme-toggle-icon {
width: 1.25rem;
height: 1.25rem;
}
.ui-button[data-variant="link"] {
background-color: transparent;
border-color: transparent;