[ruby/rdoc] [DOC] Slightly decorate em
and strong
https://github.com/ruby/rdoc/commit/2161157205
This commit is contained in:
parent
8427a8a655
commit
7973eb7c3f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user