border around placeholder pfp to make it visible independent of accent color

This commit is contained in:
Til Schmitter 2026-04-20 22:02:31 +02:00
parent 9299d19498
commit 89ce0578b8

View file

@ -1567,7 +1567,7 @@ html.y #ops svg circle {
border-radius: .3em;
justify-content: center;
display: flex;
text-shadow: none;
text-shadow: 1px 1px 0 var(--bg), 1px -1px 0 var(--bg), -1px -1px 0 var(--bg), -1px 1px 0 var(--bg);
}
.opbox {
padding: .5em;