Compare commits

..

No commits in common. "9048c8a561c3ffa5a87f980293d0803c53b31024" and "5a3a880ecac948f4cc35de199897cfa65482a67b" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -43,16 +43,6 @@
} }
} }
& a[target="_blank"]:after {
content: '';
display: inline-block;
width: .7em;
height: .7em;
vertical-align: text-top;
mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg>');
background-color: var(--font-color);
}
& li { & li {
line-height: 1.5em; line-height: 1.5em;
} }

View File

@ -20,10 +20,6 @@
} }
</script> </script>
<svelte:head>
<meta name="robots" content="noindex">
</svelte:head>
<div id='window'> <div id='window'>
<div class="menubar"> <div class="menubar">
<button style="background-color: rgb(255 95 87)" aria-label="reload" onclick={()=>{location.reload()}}></button> <button style="background-color: rgb(255 95 87)" aria-label="reload" onclick={()=>{location.reload()}}></button>