radial gradient
This commit is contained in:
parent
a1722a700d
commit
d3b527570c
@ -69,7 +69,11 @@ tr.matrix td:not(.mino) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.minoes-table .mino {
|
.minoes-table .mino {
|
||||||
background: var(--background-color);
|
background: radial-gradient(
|
||||||
|
circle at -150% -200%,
|
||||||
|
#FFFB 0%,
|
||||||
|
var(--background-color) 100%
|
||||||
|
);
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user