roundabout,
created on Monday, 8 April 2024, 08:46:06 (1712565966),
received on Wednesday, 31 July 2024, 06:54:44 (1722408884)
Author identity: vlad <vlad.muntoiu@gmail.com>
bb20236e7440e7c41439d308881ba242a157625b
static/style.css
@@ -467,3 +467,40 @@ del, .code-view > del {
color: var(--color-deletion-text);
text-decoration: none;
}
strong, em {
font: inherit;
}
.emphasis-1 {
font-style: italic;
}
.emphasis-2 {
font-weight: 700;
}
.emphasis-3 {
font-style: italic;
font-weight: 700;
}
.emphasis-4 {
text-decoration: underline;
}
.emphasis-5 {
text-decoration: underline;
font-style: italic;
}
.emphasis-6 {
text-decoration: underline;
font-weight: 700;
}
.emphasis-7 {
text-decoration: underline;
font-style: italic;
font-weight: 700;
}