mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-22 16:31:33 +03:00
5 lines
82 B
CSS
5 lines
82 B
CSS
|
figure img {
|
||
|
border-radius: 7px;
|
||
|
filter: drop-shadow(3px 3px 5px #ccc);
|
||
|
}
|