Misc styling issues. Used variables instead of fixed values.
This commit is contained in:
@@ -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%
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user