diff --git a/src/app.css b/src/app.css
index a617065..73cac87 100644
--- a/src/app.css
+++ b/src/app.css
@@ -126,7 +126,7 @@ a.disabled-link {
color: rgb(128,128,128);
pointer-events: none;
}
-a:not(.icon) {
+main a:not(.icon) {
position: relative;
text-decoration: inherit;
diff --git a/src/lib/Cover.svelte b/src/lib/Cover.svelte
index 0ff08ae..88482c1 100644
--- a/src/lib/Cover.svelte
+++ b/src/lib/Cover.svelte
@@ -9,6 +9,17 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">.a{fill:#7ea898;}.b{fill:#98b9ac;}.c{fill:#5e7e72;}.d{fill:#b1cbc1;}.e{fill:#7ea4a8;}@chrysoberyl
+ style="fill:#a2a2a2;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 779.51526,110.47829 0.18749,85.49308 90.74264,16.7799 0.18748,-85.58683 z"
+ id="path160-9" />
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index a16c859..e20272c 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -15,7 +15,7 @@
onMount(() => {
let entity_blog = document.getElementById("visor");
- entity_blog.appendChild(button_blog);
+ let link_about = document.getElementById("link-about");
});
function onScroll() {
if (scrollHeight > 1) {
@@ -59,42 +59,29 @@
{metadata.name}
-