blazor project for cs
This commit is contained in:
@ -10,7 +10,7 @@ const CARDS = [
|
||||
{
|
||||
name: "Northpass Admin",
|
||||
icon: "ri-admin-line",
|
||||
link: "app.northpass.com/admin",
|
||||
link: "https://app.northpass.com/admin",
|
||||
},
|
||||
{
|
||||
name: "Northpass Mail",
|
||||
@ -20,7 +20,7 @@ const CARDS = [
|
||||
{
|
||||
name: "Hubspot",
|
||||
icon: "ri-space-ship-line",
|
||||
link: "https://www.hubspot.com/",
|
||||
link: "https://app.hubspot.com/reports-dashboard/392014/view/8969543",
|
||||
},
|
||||
{
|
||||
name: "Github",
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
body {
|
||||
margin-bottom: 0;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(145deg, #635bff, #b10bdf, #f52558, #48d4ff, #f9b45e);
|
||||
background: linear-gradient(145deg, #179160, #096F8E, #F7BB17, #D64A28, #00283C);
|
||||
background-size: 700% 550%;
|
||||
animation: gradient 7s ease-in-out infinite;
|
||||
height: 125vh;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
/* Custom Variables | Color Scheme */
|
||||
|
||||
:root {
|
||||
--primary: #FFC759;
|
||||
--text-light: #eeeeee;
|
||||
--primary: #fff;
|
||||
--text-light: #0390fc;
|
||||
--background: #191E29;
|
||||
--background-light: #202633;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user