mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
redesign album detail page
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
user-select: auto;
|
||||
background: alpha(var(--theme-colors-background), 0.5);
|
||||
border: 1px solid var(--theme-colors-border);
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
|
||||
&[data-variant='outline'] {
|
||||
background: transparent;
|
||||
@@ -10,6 +11,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.root.link:hover {
|
||||
background: alpha(var(--theme-colors-surface), 0.5);
|
||||
}
|
||||
|
||||
.label {
|
||||
font-family: var(--theme-content-font-family);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user