Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
modify: Change background color to rgb(217, 230, 249)
Browse files Browse the repository at this point in the history
  • Loading branch information
gantrol committed Feb 15, 2023
1 parent d2b1bb7 commit 88138e4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,7 @@ const addButton = (actionsArea, WaitingButton, type) => {
const forImage = async (func, type, way='download') => {
const main = <HTMLElement> getMain();
const dataURL = await func(main, {
backgroundColor: "radial-gradient(" +
"61.04% 89.69% at 100% 100%, " +
"rgba(200, 250, 255, 0.08) 0%, " +
"rgba(28, 210, 229, 0.08) 40.63%, " +
"rgba(28, 210, 229, 0) 100%), " +
"radial-gradient(43.78% 64.34% at 60.31% 100%, " +
"rgba(23, 74, 228, 0.08) 0%, " +
"rgba(23, 74, 228, 0) 100%), " +
"linear-gradient(180deg, rgba(23, 74, 228, 0) 29.44%, " +
"rgba(23, 74, 228, 0.06) 100%), " +
"linear-gradient(90deg, #F3F3F7 0%, #EBF0F9 100%" +
")"
backgroundColor: "rgb(217, 230, 249)"
});
if (way === 'newTab') {
requestAnimationFrame(() => {
Expand Down

0 comments on commit 88138e4

Please sign in to comment.