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:
parent
721be15494
commit
19e672cce9
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue