Updated 8 files via CloudCannon
This commit is contained in:
parent
04fb8751ea
commit
0236078bbb
|
@ -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
2
atom.xml
2
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Set, Party, Gang! #Cybersoul.</subtitle>
|
||||
<link type="application/atom+xml" href="https://setto.basspistol.com/atom.xml" rel="self"/>
|
||||
<link type="text/html" href="https://setto.basspistol.com/" rel="alternate"/>
|
||||
<updated>2020-12-15T12:32:17+00:00</updated>
|
||||
<updated>2020-12-15T12:44:00+00:00</updated>
|
||||
<id>https://setto.basspistol.com/atom.xml</id>
|
||||
<author>
|
||||
<name>Basspistol</name>
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -6,7 +6,7 @@
|
|||
<atom:link href="https://setto.basspistol.com/feed.xml" rel="self" type="application/rss+xml" />
|
||||
<link>https://setto.basspistol.com</link>
|
||||
<description>Set, Party, Gang! #Cybersoul.</description>
|
||||
<lastBuildDate>Tue, 15 Dec 2020 12:32:17 +0000</lastBuildDate>
|
||||
<lastBuildDate>Tue, 15 Dec 2020 12:44:00 +0000</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<generator>https://jekyllrb.com/</generator>
|
||||
<image>
|
||||
|
|
Loading…
Reference in a new issue