mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
Remove gradients
This commit is contained in:
parent
a073e2d334
commit
4fdab8ed2f
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ var App = {
|
||||||
schemeTypes[
|
schemeTypes[
|
||||||
Math.floor(parseInt(prevBlockHash.slice(-5, -3), 16) / 256 * schemeTypes.length)
|
Math.floor(parseInt(prevBlockHash.slice(-5, -3), 16) / 256 * schemeTypes.length)
|
||||||
]
|
]
|
||||||
).distance(0.75);
|
);
|
||||||
return blockColorScheme.colors();
|
return blockColorScheme.colors();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(var(--x) * 90% + 5%);
|
left: calc(var(--x) * 90% + 5%);
|
||||||
top: calc(var(--y) * 90% + 5%);
|
top: calc(var(--y) * 90% + 5%);
|
||||||
background-image: linear-gradient(0deg, var(--color), var(--color));
|
background-color: var(--color);
|
||||||
-webkit-transform: translate(-50%, -50%) rotate(var(--rotation));
|
-webkit-transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||||
-ms-transform: translate(-50%, -50%) rotate(var(--rotation));
|
-ms-transform: translate(-50%, -50%) rotate(var(--rotation));
|
||||||
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