fix(website): Update packageManager configuration in package.json and refine view container background styling

This commit is contained in:
2025-04-03 18:35:38 +00:00
parent 08828d6771
commit 0b8639b033
5 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
version: '1.5.0',
version: '1.4.3',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}
+1
View File
@@ -33,6 +33,7 @@ export class IdpViewcontainer extends DeesElement {
.viewContainer {
min-width: 100vh;
min-height: 100vh;
background: linear-gradient(-255deg,#06152280 -3.35%,#939eff38 32.79%,#22578480 67.41%,#06152280 97.48%),#212121;
}
`,
];