mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 14:21:45 +08:00
refactor(css): remove backdrop-filter blur from table header
Drops the blur(14px) backdrop-filter on the sticky table header and raises the background opacity from 0.92 to 0.97 so the header remains clearly readable without the compositing overhead. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
50e27b992f
commit
302ae14c2d
@ -571,8 +571,7 @@ kbd {
|
||||
letter-spacing: 0.03em;
|
||||
white-space: nowrap;
|
||||
border-bottom: 1px solid var(--line);
|
||||
background: oklch(98.2% 0.012 80 / 0.92);
|
||||
backdrop-filter: blur(14px);
|
||||
background: oklch(98.2% 0.012 80 / 0.97);
|
||||
}
|
||||
|
||||
.table tbody td {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user