Misc styling issues. Used variables instead of fixed values.

This commit is contained in:
Frank419 2024-08-29 18:33:36 +08:00
parent 95b297e08a
commit 402e1b099c

View File

@ -215,8 +215,8 @@ button:focus {
.minimalistflex-master table tbody tr:nth-child(2n) {
background-color: color-mix(
in srgb,
#f0f0f0,
transparent 25%
var(--minimalistflex-header-sidebar),
transparent 50%
)
}