small style tweak

main
km0 1 year ago
parent c0eeb1a007
commit b37d5c6d65

@ -32,10 +32,18 @@ margin: 0;
top: 0;
left: 0;
display: inline-block;
width: 40ch;
pointer-events: all;
background: linear-gradient(0.25turn, rgba(255,255,255,0), rgba(255,255,255,0.5));
}
.text-container:hover{
background-color: white;
color: var(--background);
z-index: 100;
}
.author {
position: relative;
font-size: 1rem;
@ -51,3 +59,6 @@ margin: 0;
white-space: nowrap;
}
a:hover {
color: currentColor;
}

Loading…
Cancel
Save