Updated 6 files via CloudCannon
This commit is contained in:
parent
76954c0163
commit
77bfc37cce
6 changed files with 16 additions and 16 deletions
|
|
@ -1,13 +1,13 @@
|
|||
:root {
|
||||
--bg: #3c2a52;
|
||||
--bg: rgb(60, 42, 82);
|
||||
--bg-alt: rgba(60, 42, 82, 0.75);
|
||||
--fg: #ebdbf8;
|
||||
--fg: rgb(235, 219, 248);
|
||||
--fg-alt: rgba(235, 219, 248, 0.25);
|
||||
--border: #000000;
|
||||
--border: rgb(0, 0, 0);
|
||||
--border-alt: rgba(0, 0, 0, 0.75);
|
||||
--accent1: #38ff59;
|
||||
--accent1: rgb(56, 255, 89);
|
||||
--accent1-alt: rgba(56, 255, 89, 0.75);
|
||||
--accent2: #8d3ed8;
|
||||
--accent2: rgb(141, 62, 216);
|
||||
--accent2-alt: rgba(141, 62, 216, 0.75);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
:root {
|
||||
--bg: #3c2a52;
|
||||
--bg: rgb(60, 42, 82);
|
||||
--bg-alt: rgba(60, 42, 82, 0.75);
|
||||
--fg: #ebdbf8;
|
||||
--fg: rgb(235, 219, 248);
|
||||
--fg-alt: rgba(235, 219, 248, 0.25);
|
||||
--border: #000000;
|
||||
--border: rgb(0, 0, 0);
|
||||
--border-alt: rgba(0, 0, 0, 0.75);
|
||||
--accent1: #38ff59;
|
||||
--accent1: rgb(56, 255, 89);
|
||||
--accent1-alt: rgba(56, 255, 89, 0.75);
|
||||
--accent2: #8d3ed8;
|
||||
--accent2: rgb(141, 62, 216);
|
||||
--accent2-alt: ;
|
||||
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -2,8 +2,8 @@
|
|||
<svg width="480" height="480" version="1.1" viewBox="0 0 127 127" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<linearGradient id="linearGradient857" x1="30.295" x2="30.295" y1="120.88" y2="63.5" gradientTransform="scale(3.7795)" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#3c2a52" offset="0"/>
|
||||
<stop stop-color="#3c2a52" stop-opacity="0" offset="1"/>
|
||||
<stop stop-color="rgb(60, 42, 82)" offset="0"/>
|
||||
<stop stop-color="rgb(60, 42, 82)" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="linearGradient5491" x1="-1.7764e-15" x2="-1.7764e-15" y1="127" y2="-7.1054e-15" gradientTransform="matrix(1 0 0 .8654 0 17.094)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient857"/>
|
||||
</defs>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue