mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-26 21:25:18 +01:00
14 lines
205 B
CSS
14 lines
205 B
CSS
figure img {
|
|
border-radius: 7px;
|
|
filter: drop-shadow(3px 3px 5px #ccc);
|
|
}
|
|
|
|
.remove-md-box {
|
|
background: none;
|
|
border: none;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.remove-md-box td {
|
|
padding: 0 10px
|
|
}
|