1
Fork 0

Fix invalid code css rule

This commit is contained in:
Guillaume Gomez 2018-08-03 23:30:16 +02:00
parent 75af9df71b
commit e2cda7dd82
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background: rgba(0, 0, 0, 0);
}
.docblock p > code, .docblock-short p > code {
.docblock code, .docblock-short code {
background-color: #2A2A2A;
}
pre {

View file

@ -35,7 +35,7 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background: rgba(0, 0, 0, 0);
}
.docblock p > code, .docblock-short p > code {
.docblock code, .docblock-short code {
background-color: #F5F5F5;
}
pre {