Browse Source
minor css updates for google prettify
dependabot/npm_and_yarn/ini-1.3.7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
13 additions and
4 deletions
-
core.css
|
|
@ -181,10 +181,6 @@ article li { |
|
|
|
align-items: baseline; |
|
|
|
} |
|
|
|
|
|
|
|
pre { |
|
|
|
padding: 20px 10px; |
|
|
|
} |
|
|
|
|
|
|
|
code { |
|
|
|
color: lightcoral; |
|
|
|
} |
|
|
@ -193,6 +189,19 @@ pre>code { |
|
|
|
color: #ddd; |
|
|
|
} |
|
|
|
|
|
|
|
pre { |
|
|
|
padding: 20px 10px !important; |
|
|
|
background: #CCC; |
|
|
|
} |
|
|
|
|
|
|
|
pre code { |
|
|
|
background: #CCC; |
|
|
|
} |
|
|
|
|
|
|
|
pre>code { |
|
|
|
color: #333; |
|
|
|
} |
|
|
|
|
|
|
|
.mute { |
|
|
|
color: #999; |
|
|
|
} |
|
|
|