Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cnpem/deepsirius-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed May 21, 2024
2 parents 68280ab + f72bcc3 commit 387c75d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion apps/docs/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
hsl(225deg 75% 15%) 32%,
hsl(236deg 42% 7%) 67%
);

--primary: 259deg 81% 66%;
}

/* preventing the background gradient from stretching with the content */
body::before, .dark::before {
content: "";
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: var(--background-image);
background-size: cover;
background-attachment: fixed;
z-index: -1;
}

0 comments on commit 387c75d

Please sign in to comment.