1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-02-18 20:54:11 +01:00
ntfy/docs/static/css/extra.css

15 lines
205 B
CSS
Raw Normal View History

2021-12-01 23:08:12 -05:00
figure img {
border-radius: 7px;
filter: drop-shadow(3px 3px 5px #ccc);
}
2021-12-02 12:04:22 -05:00
.remove-md-box {
background: none;
border: none;
margin: 0 auto;
}
.remove-md-box td {
padding: 0 10px
}