CSS update

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent 9bddacf1ef
commit b9a4c8c18c
2 changed files with 14 additions and 49 deletions

View file

@ -11,7 +11,6 @@
sodipodi:docname="logo.svg" sodipodi:docname="logo.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"> xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview <sodipodi:namedview
@ -24,52 +23,25 @@
inkscape:pagecheckerboard="0" inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm" inkscape:document-units="mm"
inkscape:zoom="2.8284272" inkscape:zoom="1"
inkscape:cx="123.39013" inkscape:cx="113"
inkscape:cy="141.77491" inkscape:cy="86.999998"
inkscape:window-width="1499" inkscape:window-width="1860"
inkscape:window-height="1080" inkscape:window-height="1004"
inkscape:window-x="0" inkscape:window-x="30"
inkscape:window-y="16" inkscape:window-y="46"
inkscape:window-maximized="1" inkscape:window-maximized="1"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" /> showgrid="false" />
<defs <defs
id="defs1"> id="defs1" />
<linearGradient
id="linearGradient6"
inkscape:collect="always">
<stop
style="stop-color:#f65293;stop-opacity:1;"
offset="0"
id="stop6" />
<stop
style="stop-color:#da0000;stop-opacity:1;"
offset="0.38542777"
id="stop7" />
<stop
style="stop-color:#4f0000;stop-opacity:1;"
offset="1"
id="stop8" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6"
id="radialGradient7"
cx="60.930248"
cy="140.8663"
fx="60.930248"
fy="140.8663"
r="108.59156"
gradientUnits="userSpaceOnUse" />
</defs>
<g <g
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1" id="layer1"
transform="translate(47.661312,-32.274754)"> transform="translate(47.661312,-32.274754)">
<rect <rect
style="fill:url(#radialGradient7);stroke:#ffffff;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" style="fill:#4e3d63;stroke:#ffffff;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
id="rect6" id="rect6"
width="202.18312" width="202.18312"
height="202.18312" height="202.18312"
@ -86,14 +58,6 @@
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M 34.506057,124.20157 61.311986,151.0075" d="M 34.506057,124.20157 61.311986,151.0075"
id="path4" /> id="path4" />
<path
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8.26156;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M -7.4993527,58.596639 H 10.36879 L -6.1380687,99.503969 H 10.923279"
id="path5" />
<path
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8.26156;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M 80.567225,178.82227 H 98.435368 L 81.928509,219.7296 h 17.061348"
id="path6" />
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -12,14 +12,14 @@ body {
} }
:root { :root {
--dark-1: #362b2b; --dark-1: #2f2b36;
--dark-2: #d8d8d8; --dark-2: #d8d8d8;
--dark-3: rgb(236, 73, 73); --dark-3: rgb(209, 73, 236);
--light-1: #ffffff; --light-1: #ffffff;
--light-2: #ffa9a9; --light-2: #ffa9d8;
--hyperlink: rgb(255, 72, 72); --hyperlink: rgb(255, 72, 240);
--shadow-1: 0px 0px 2px 2px var(--dark-2); --shadow-1: 0px 0px 2px 2px var(--dark-2);
@ -110,6 +110,7 @@ form {
} }
.header img { .header img {
margin-left: 0.8em;
height: 2em; height: 2em;
} }