Updated 8 files via CloudCannon
This commit is contained in:
parent
04fb8751ea
commit
0236078bbb
8 changed files with 10 additions and 23 deletions
|
|
@ -7,7 +7,7 @@
|
|||
--border-alt: rgba(0, 0, 0, 0.75);
|
||||
--accent1: rgb(56, 255, 89);
|
||||
--accent1-alt: rgba(56, 255, 89, 0.75);
|
||||
--accent2: rgb(233, 157, 254);
|
||||
--accent2-alt: rgba(233, 157, 254, 0.75);
|
||||
--accent2: rgba(255, 145, 0, 1);
|
||||
--accent2-alt: rgba(255, 145, 0, 0.75);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
:root {
|
||||
--bg: rgb(60, 42, 82);
|
||||
--bg-alt: rgba(60, 42, 82, 0.75);
|
||||
--fg: rgb(235, 219, 248);
|
||||
--fg-alt: rgba(235, 219, 248, 0.25);
|
||||
--border: rgb(0, 0, 0);
|
||||
--border-alt: rgba(0, 0, 0, 0.75);
|
||||
--accent1: rgb(56, 255, 89);
|
||||
--accent1-alt: rgba(56, 255, 89, 0.75);
|
||||
--accent2: rgb(233, 157, 254);
|
||||
--accent2-alt: ;
|
||||
|
||||
}
|
||||
|
|
@ -107,7 +107,7 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
|
|||
|
||||
.hero .splash .description > ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
|
||||
|
||||
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--bg-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; width: 100px; height: 100px; line-height: 100px; margin: 0 0 20px 0; padding: 0; font-size: 65px; }
|
||||
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; width: 100px; height: 100px; line-height: 100px; margin: 0 0 20px 0; padding: 0; font-size: 65px; }
|
||||
|
||||
.hero .splash h1, .hero .splash h2 { font-size: 2em; }
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -107,7 +107,7 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
|
|||
|
||||
.hero .splash .description > ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
|
||||
|
||||
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--bg-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; width: 100px; height: 100px; line-height: 100px; margin: 0 0 20px 0; padding: 0; font-size: 65px; }
|
||||
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; width: 100px; height: 100px; line-height: 100px; margin: 0 0 20px 0; padding: 0; font-size: 65px; }
|
||||
|
||||
.hero .splash h1, .hero .splash h2 { font-size: 2em; }
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue