feat: removed all borders

This commit is contained in:
Sara 2025-07-09 21:02:11 +02:00
parent 5a0c43bdad
commit 884453527c
4 changed files with 24 additions and 25 deletions

View file

@ -15,14 +15,14 @@
id="layer1">
<g
id="g9"
transform="matrix(0.90483182,0,0,0.90483182,6.4460431,6.4460594)"
style="stroke-width:21.6454;stroke-dasharray:none">
transform="matrix(0.92722798,0,0,0.927228,3.4949718,3.4949885)"
style="stroke-width:21.1225;stroke-dasharray:none">
<path
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.6454;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.1225;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M 3.6986761,3.6986637 131.768,131.76798"
id="path7" />
<path
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.6454;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.1225;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M 3.698678,131.76798 131.768,3.6986619"
id="path8" />
</g>

Before

Width:  |  Height:  |  Size: 968 B

After

Width:  |  Height:  |  Size: 1,010 B

View file

@ -16,11 +16,11 @@
transform="translate(-145.46666)">
<g
id="g6"
transform="matrix(0.57817245,0.39306618,-0.39306618,0.57817245,196.48475,-45.935656)"
style="stroke-width:29.4217;stroke-dasharray:none">
transform="matrix(0.57178471,0.39238389,-0.38872353,0.57716885,197.22474,-45.770754)"
style="stroke-width:29.6113;stroke-dasharray:none">
<path
id="rect9"
style="fill:none;stroke:#419a1d;stroke-width:30.2758;stroke-linecap:round;stroke-linejoin:round"
style="fill:none;stroke:#419a1d;stroke-width:30.471;stroke-linecap:round;stroke-linejoin:round"
d="m 81.5053,42.343214 55.53716,-4.182831 7.98453,111.071247 -23.35426,63.49851 -32.182914,-59.31567 z" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 853 B

View file

@ -28,15 +28,15 @@
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.40087893"
inkscape:cx="279.3861"
inkscape:cy="236.97928"
inkscape:zoom="0.80175786"
inkscape:cx="601.17901"
inkscape:cy="382.90862"
inkscape:window-width="2540"
inkscape:window-height="1367"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g6">
inkscape:current-layer="layer1">
<inkscape:page
x="0"
y="0"
@ -64,24 +64,24 @@
id="layer1">
<g
id="g6"
transform="matrix(0.57817245,0.39306618,-0.39306618,0.57817245,196.48475,-45.935656)"
style="stroke-width:29.4217;stroke-dasharray:none">
transform="matrix(0.57178471,0.39238389,-0.38872353,0.57716885,197.22474,-45.770754)"
style="stroke-width:29.6113;stroke-dasharray:none">
<path
id="rect9"
style="fill:none;stroke:#419a1d;stroke-width:30.2758;stroke-linecap:round;stroke-linejoin:round"
style="fill:none;stroke:#419a1d;stroke-width:30.471;stroke-linecap:round;stroke-linejoin:round"
d="m 81.5053,42.343214 55.53716,-4.182831 7.98453,111.071247 -23.35426,63.49851 -32.182914,-59.31567 z"
sodipodi:nodetypes="cccccc" />
</g>
<g
id="g9"
transform="matrix(0.90483182,0,0,0.90483182,6.4460431,6.4460594)"
style="stroke-width:21.6454;stroke-dasharray:none">
transform="matrix(0.92722798,0,0,0.927228,3.4949718,3.4949885)"
style="stroke-width:21.1225;stroke-dasharray:none">
<path
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.6454;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.1225;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M 3.6986761,3.6986637 131.768,131.76798"
id="path7" />
<path
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.6454;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1"
style="fill:#419a1d;stroke:#419a1d;stroke-width:21.1225;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="M 3.698678,131.76798 131.768,3.6986619"
id="path8" />
</g>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -85,7 +85,6 @@ input {
--input-padding: 0.5em;
background: var(--input-back-color);
color: var(--input-front-color);
/*border: var(--border-width) solid var(--input-front-color);*/
border: none;
border-radius: var(--border-radius);
padding: 3px var(--input-padding);
@ -98,7 +97,6 @@ input:hover {
button {
background: var(--input-back-color);
color: var(--links);
/*border: var(--border-width) solid var(--front-color-0);*/
border: none;
border-radius: var(--border-radius);
margin-top: 0.5em;
@ -136,7 +134,6 @@ main {
width: 100%;
padding: 5px 0px;
margin: 0px;
border-bottom: 1px solid var(--front-color-1);
}
.sidebar > h2 > a {
@ -144,6 +141,11 @@ main {
width: 100%;
}
.sidebar > h2 > div {
display: inline-block;
width: 100%;
}
.sidebar > h2 > img {
display: inline;
height: 1em;
@ -155,7 +157,6 @@ main {
nav {
float: left;
left: 0;
/*border-right: var(--border-width) solid var(--front-color-1);*/
}
#sidebar-right {
@ -163,7 +164,6 @@ nav {
margin-right: 0;
text-align: right;
right: 0;
/*border-left: var(--border-width) solid var(--front-color-1);*/
}
.sidebar > input {
@ -226,7 +226,6 @@ article {
width: auto;
padding: 50px;
overflow-y: hidden;
/*border: var(--border-width) solid var(--front-color-0);*/
justify-content: center;
border-radius: var(--border-radius);
}
@ -269,7 +268,7 @@ img.favicon-big {
<body>
<nav id="sidebar-left" class="sidebar">
<h1>Your Lists</h1>
<h2>Home</h2>
<h2><div>Home</div><img src="edit.svg"><img src="delete.svg"></h2>
<h2><a href="index.html">Social</a><img src="edit.svg"><img src="delete.svg"></h2>
<h2><a href="index.html">Tech</a><img src="edit.svg"><img src="delete.svg"></h2>
<h2><a href="index.html">News</a><img src="edit.svg"><img src="delete.svg"></h2>