Updated 8 files via CloudCannon

This commit is contained in:
CloudCannon 2020-11-17 16:19:35 +00:00
parent ae9808bb9c
commit 7359ed4651
8 changed files with 11 additions and 11 deletions

View file

@ -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);
}

View file

@ -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: ;
}

View file

@ -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

View file

@ -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