Loggest thy stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
615 B

<div class="entry">
<slot></slot>
</div>
<style>
div.entry {
display: block;
text-decoration: none;
color: #aaa;
background-color: #222;
border-bottom-right-radius: 0.75em;
margin: 0.5em 0;
padding: 0.25em 0.5ch;
transition: 250ms;
}
div.entry:hover {
background-color: #333;
color: #eee;
}
:global(div.entry div.entry) {
margin: 0.25em 0;
}
:global(div.entry div.entry) {
border-bottom-right-radius: 0.5em;
}
:global(div.entry div.entry:hover) {
background-color: #444;
}
div.entry:last-of-type {
margin-bottom: 0.1em;
}
</style>