2024-03-06 17:32:10 +01:00
|
|
|
.annotation #iframed-link {
|
|
|
|
font-weight: 500;
|
|
|
|
background-color: #ffcd38;
|
|
|
|
padding: 2px 6px;
|
|
|
|
}
|
|
|
|
|
2024-06-23 17:00:55 -06:00
|
|
|
.annotation, blockquote {
|
2024-03-06 17:32:10 +01:00
|
|
|
padding: 1rem;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #eee;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
2024-06-23 17:00:55 -06:00
|
|
|
.annotation img, blockquote img {
|
2024-03-06 17:32:10 +01:00
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2024-06-23 17:00:55 -06:00
|
|
|
.annotation a, blockquote a {
|
2024-03-06 17:32:10 +01:00
|
|
|
background: none;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
2024-06-23 17:00:55 -06:00
|
|
|
.annotation ul, blockquote ul {
|
2024-03-06 17:32:10 +01:00
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2024-06-23 17:00:55 -06:00
|
|
|
.dark .annotation, .dark blockquote {
|
2024-03-09 21:40:20 +01:00
|
|
|
background-color: #272d44;
|
|
|
|
color: inherit;
|
2024-03-06 17:32:10 +01:00
|
|
|
}
|