Set logo and theme color
This commit is contained in:
parent
9db3562584
commit
f6d9db6243
@ -1 +1,88 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-share-2"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line></svg>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
sodipodi:docname="logo.svg"
|
||||
id="svg12"
|
||||
version="1.1"
|
||||
class="feather feather-share-2"
|
||||
stroke-linejoin="round"
|
||||
stroke-linecap="round"
|
||||
stroke-width="2"
|
||||
stroke="currentColor"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
height="24"
|
||||
width="24">
|
||||
<metadata
|
||||
id="metadata18">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs16" />
|
||||
<sodipodi:namedview
|
||||
inkscape:current-layer="svg12"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:cy="12"
|
||||
inkscape:cx="13.21659"
|
||||
inkscape:zoom="36.166667"
|
||||
showgrid="false"
|
||||
id="namedview14"
|
||||
inkscape:window-height="1381"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
guidetolerance="10"
|
||||
gridtolerance="10"
|
||||
objecttolerance="10"
|
||||
borderopacity="1"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff" />
|
||||
<circle
|
||||
r="2.7272723"
|
||||
style="stroke:#842cff;stroke-width:1.81818;stroke-opacity:1"
|
||||
id="circle2"
|
||||
cy="5.6363649"
|
||||
cx="17.454544" />
|
||||
<circle
|
||||
r="2.7272723"
|
||||
style="stroke:#842cff;stroke-width:1.81818;stroke-opacity:1"
|
||||
id="circle4"
|
||||
cy="12"
|
||||
cx="6.5454555" />
|
||||
<circle
|
||||
r="2.7272723"
|
||||
style="stroke:#842cff;stroke-width:1.81818;stroke-opacity:1"
|
||||
id="circle6"
|
||||
cy="18.363636"
|
||||
cx="17.454544" />
|
||||
<line
|
||||
style="stroke:#842cff;stroke-width:1.81818;stroke-opacity:1"
|
||||
id="line8"
|
||||
y2="16.990906"
|
||||
x2="15.109089"
|
||||
y1="13.372726"
|
||||
x1="8.8999996" />
|
||||
<line
|
||||
style="stroke:#842cff;stroke-width:1.81818;stroke-opacity:1"
|
||||
id="line10"
|
||||
y2="10.627273"
|
||||
x2="8.8999996"
|
||||
y1="7.0090923"
|
||||
x1="15.099998" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 445 B After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 3.8 KiB |
@ -1,6 +1,6 @@
|
||||
$primary: darken(#242b33, 2%);
|
||||
$primaryForeground: #f0f0f0;
|
||||
$secondary: lighten(#00766c, 10%);
|
||||
$secondary: lighten(#842cff, 10%);
|
||||
$secondaryForeground: $primaryForeground;
|
||||
|
||||
$backgroundColor: darken($primary, 4%);
|
||||
|
@ -19,7 +19,7 @@
|
||||
background-color="#1e2932"
|
||||
/>
|
||||
<mj-button
|
||||
background-color="#00a99b"
|
||||
background-color="#842cff"
|
||||
text-transform="uppercase"
|
||||
inner-padding="16px 32px"
|
||||
border-radius="50px"
|
||||
|
Loading…
Reference in New Issue
Block a user