hr styles

This commit is contained in:
Alejandro Gomez 2023-01-14 02:43:38 +01:00
parent e0957deca8
commit 06702a5174
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -59,6 +59,13 @@
margin: 0;
}
.note > .body > hr {
border: 0;
height: 1px;
background-image: var(--gray-gradient);
margin: 20px;
}
.note > .body img, .note > .body video, .note > .body iframe {
max-width: 100%;
max-height: 500px;