Misc styling issues. Used variables instead of fixed values.
This commit is contained in:
parent
95b297e08a
commit
402e1b099c
@ -215,8 +215,8 @@ button:focus {
|
|||||||
.minimalistflex-master table tbody tr:nth-child(2n) {
|
.minimalistflex-master table tbody tr:nth-child(2n) {
|
||||||
background-color: color-mix(
|
background-color: color-mix(
|
||||||
in srgb,
|
in srgb,
|
||||||
#f0f0f0,
|
var(--minimalistflex-header-sidebar),
|
||||||
transparent 25%
|
transparent 50%
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user