We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34e5cf commit 3068e89Copy full SHA for 3068e89
1 file changed
src/routes/+page.svelte
@@ -1887,17 +1887,17 @@
1887
display: flex;
1888
align-items: center;
1889
gap: 8px;
1890
- padding: 6px 8px;
1891
- border-radius: var(--radius-sm, 4px);
+ padding: 6px 10px;
+ border-radius: var(--radius-sm);
1892
cursor: pointer;
1893
color: var(--text-muted);
1894
- font-size: 12px;
+ font-size: 11px;
1895
+ transition: background var(--transition-fast);
1896
}
1897
1898
.recent-item:hover,
1899
.recent-item:focus-visible {
- background: var(--surface);
1900
- color: var(--text);
+ background: var(--surface-hover);
1901
outline: none;
1902
1903
0 commit comments