dumb/style/annotation.css
2024-07-12 20:09:43 +01:00

34 lines
507 B
CSS

#iframed-link {
font-weight: 500;
background-color: #ffcd38;
padding: 2px 6px;
}
.annotation, blockquote {
padding: 1rem;
border-radius: 4px;
background: #eee;
border: 1px solid #ddd;
color: #222;
margin: 1rem 0;
}
.annotation img, blockquote img {
max-width: 100%;
height: auto;
}
.annotation a, blockquote a {
background: none;
font-weight: 500;
}
.annotation ul, blockquote ul {
padding-left: 1em;
}
.dark .annotation, .dark blockquote {
background-color: #272d44;
color: inherit;
}