mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
border around placeholder pfp to make it visible independent of accent color
This commit is contained in:
parent
9299d19498
commit
89ce0578b8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue