Browse Source

Update core.css

dependabot/npm_and_yarn/ini-1.3.7
Levi Olson 4 years ago
committed by GitHub
parent
commit
c418ca13a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      core.css

+ 8
- 0
core.css View File

@ -201,6 +201,14 @@ pre code {
pre>code {
color: #333;
}
pre.prettyprint {
border-radius: 4px;
}
code.prettyprint {
background: #CCC;
padding: 2px 8px;
border-radius: 4px;
}
.mute {
color: #999;

Loading…
Cancel
Save