reduce amount of blurs in frutiger theme

This commit is contained in:
Til Schmitter 2026-06-09 07:57:20 +02:00
parent 04eb6c0640
commit df39302cbc

View file

@ -172,7 +172,6 @@ html.by .btn {
--hue: 140; --hue: 140;
--sat: 0.2; --sat: 0.2;
transition: all .15s; transition: all .15s;
backdrop-filter: blur(10px);
/* Color Variables */ /* Color Variables */
--fg: oklch(15% calc(var(--sat) * 0.5) var(--hue)); --fg: oklch(15% calc(var(--sat) * 0.5) var(--hue));
@ -189,9 +188,11 @@ html.by #files thead th {
} }
html.by #s_list h3{ html.by #s_list h3{
border-radius: var(--radius) var(--radius) 0 0; border-radius: var(--radius) var(--radius) 0 0;
position: relative;
} }
html.by #wtico { html.by #wtico {
border-radius: var(--radius) 0 0 0; border-radius: var(--radius) 0 0 0;
position: relative;
} }
html.by #ggrid>a:hover, html.by #ggrid>a:hover,
html.by #ops a:hover, html.by #ops a:hover,
@ -283,6 +284,9 @@ html.by #spaceFree {
width: calc(100% - 3em); width: calc(100% - 3em);
text-align: center; text-align: center;
} }
html.by .under {
top: auto;
}
html.a { html.a {
--btn-bs: 0 .05em 0 var(--bg-d3) inset; --btn-bs: 0 .05em 0 var(--bg-d3) inset;
@ -3941,7 +3945,7 @@ html.by #treepar {
html.by #tree { html.by #tree {
border-color: #ddd; border-color: #ddd;
box-shadow: 0 0 1em #ddd; box-shadow: 0 0 1em #ddd;
background: color-mix(in srgb, var(--bg) 40%, transparent); background: #88c8f3;
} }