1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rdoc: Colorize background of code/pre [ci skip]

Borrowed the style of code/pre from bugs.ruby-lang.org.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-03-30 12:39:35 +00:00
parent 721be15494
commit 19e672cce9

View file

@ -62,6 +62,9 @@ h6:hover span {
code,
pre {
font-family: "Source Code Pro", Monaco, monospace;
background-color: rgba(27,31,35,0.05);
padding: 0em 0.2em;
border-radius: 0.2em;
}
/* @group Generic Classes */