1
Fork 0

Compare commits

..

No commits in common. "0a1f6f2ef1260657fa6f5227cb1727483ec44928" and "110bc4eb28a89e9deb36284b607a744715bc25a4" have entirely different histories.

7 changed files with 10 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -5,13 +5,7 @@ window.addEventListener('DOMContentLoaded', async () => {
return; return;
} }
let image; const image = await getCoverArt(listen);
try {
image = await getCoverArt(listen);
} catch (error) {
console.warn(error);
}
insertHtml(listen, image); insertHtml(listen, image);
}; };

View File

@ -4,7 +4,7 @@
@include mixins.patterned-shadow(0.5rem); @include mixins.patterned-shadow(0.5rem);
align-items: center; align-items: center;
background-color: var(--background-2); background-color: var(--background-1);
border: 2px solid var(--foreground-1); border: 2px solid var(--foreground-1);
display: grid; display: grid;
grid-template-columns: min-content auto; grid-template-columns: min-content auto;

View File

@ -17,7 +17,7 @@
a { a {
@include mixins.patterned-shadow(0.5rem); @include mixins.patterned-shadow(0.5rem);
background-color: var(--background-2); background-color: var(--background-1);
border: 2px solid var(--foreground-1); border: 2px solid var(--foreground-1);
padding: 1rem; padding: 1rem;
position: relative; position: relative;

View File

@ -6,7 +6,6 @@
padding: 0; padding: 0;
.style { .style {
background-color: var(--background-2);
border: 2px solid var(--foreground-1); border: 2px solid var(--foreground-1);
padding: 1rem; padding: 1rem;
@ -29,7 +28,7 @@
&:hover { &:hover {
background-color: var(--foreground-1); background-color: var(--foreground-1);
border-color: var(--foreground-1); border-color: var(--foreground-1);
color: var(--background-2); color: var(--background-1);
} }
} }
} }

View File

@ -5,9 +5,8 @@ html {
} }
body { body {
--background-1: #52d168; --background-1: #000;
--background-2: #60f079; --foreground-1: #fff;
--foreground-1: #1d2623;
background-color: var(--background-1); background-color: var(--background-1);
color: var(--foreground-1); color: var(--foreground-1);
@ -23,7 +22,7 @@ a {
&:hover { &:hover {
background-color: var(--foreground-1); background-color: var(--foreground-1);
color: var(--background-2); color: var(--background-1);
} }
} }

View File

@ -21,9 +21,9 @@
@baukexyz:matrix.org @baukexyz:matrix.org
</a> </a>
<a target="_blank" href="https://github.com/Bauke" title="GitHub Profile" <a target="_blank" href="https://github.com/Bauke" title="GitHub"
data-label="bauke"> data-label="github">
GitHub Bauke
</a> </a>
</div> </div>