[ruby/rdoc] [DOC] Slightly decorate em and strong

https://github.com/ruby/rdoc/commit/2161157205
This commit is contained in:
Nobuyoshi Nakada 2023-11-28 01:06:47 +09:00 committed by git
parent 8427a8a655
commit 7973eb7c3f

View File

@ -87,6 +87,17 @@ pre {
border-radius: 0.2em;
}
em {
text-decoration-color: rgba(52, 48, 64, 0.25);
text-decoration-line: underline;
text-decoration-style: dotted;
}
strong,
em {
background-color: rgba(158, 178, 255, 0.1);
}
table {
margin: 0;
border-spacing: 0;