mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 09:46:09 +00:00
publish: Generate a harmonious color scheme for each block
generated from commit b2eb5dfc7c
This commit is contained in:
parent
ddccb552af
commit
6e85ec5665
4 changed files with 10098 additions and 124 deletions
|
@ -78,6 +78,7 @@ a {
|
|||
position: absolute;
|
||||
left: calc(var(--x) * 90% + 5%);
|
||||
top: calc(var(--y) * 90% + 5%);
|
||||
background-image: linear-gradient(0deg, var(--color), var(--color));
|
||||
-webkit-transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||
-ms-transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||
transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue