Updated 8 files via CloudCannon
This commit is contained in:
parent
ae9808bb9c
commit
7359ed4651
|
@ -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(141, 62, 216);
|
||||
--accent2-alt: rgba(141, 62, 216, 0.75);
|
||||
--accent2: rgb(233, 157, 254);
|
||||
--accent2-alt: rgba(233, 157, 254, 0.75);
|
||||
|
||||
}
|
||||
|
|
|
@ -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(141, 62, 216);
|
||||
--accent2: rgb(233, 157, 254);
|
||||
--accent2-alt: ;
|
||||
|
||||
}
|
|
@ -193,9 +193,9 @@ h3 { font-size: 1.5em; }
|
|||
|
||||
strong { font-weight: 500; }
|
||||
|
||||
a { text-decoration-style: wavy; text-decoration-color: transparent; color: var(--accent2); -moz-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -webkit-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; }
|
||||
a { text-decoration-style: wavy; text-decoration-color: transparent; color: var(--accent1); -moz-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -webkit-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; }
|
||||
|
||||
a:hover { color: var(--accent1); text-decoration-style: wavy; text-decoration-color: unset; }
|
||||
a:hover { color: var(--accent2); text-decoration-style: wavy; text-decoration-color: unset; }
|
||||
|
||||
.center { text-align: center; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -193,9 +193,9 @@ h3 { font-size: 1.5em; }
|
|||
|
||||
strong { font-weight: 500; }
|
||||
|
||||
a { text-decoration-style: wavy; text-decoration-color: transparent; color: var(--accent2); -moz-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -webkit-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; }
|
||||
a { text-decoration-style: wavy; text-decoration-color: transparent; color: var(--accent1); -moz-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -webkit-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; }
|
||||
|
||||
a:hover { color: var(--accent1); text-decoration-style: wavy; text-decoration-color: unset; }
|
||||
a:hover { color: var(--accent2); text-decoration-style: wavy; text-decoration-color: unset; }
|
||||
|
||||
.center { text-align: center; }
|
||||
|
||||
|
|
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-11-17T15:56:15+00:00</updated>
|
||||
<updated>2020-11-17T16:19:33+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/atom.xml" rel="self" type="application/rss+xml" />
|
||||
<link>https://setto.basspistol.com</link>
|
||||
<description>Set, Party, Gang! #Cybersoul.</description>
|
||||
<lastBuildDate>Tue, 17 Nov 2020 15:56:15 +0000</lastBuildDate>
|
||||
<lastBuildDate>Tue, 17 Nov 2020 16:19:33 +0000</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<generator>https://jekyllrb.com/</generator>
|
||||
<image>
|
||||
|
|
Loading…
Reference in a new issue