Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: highlight_js_8.3.0/styles/ascetic.css

Issue 1771863004: Add highlight.js 8.3 from the highlight.js standalone repo. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « highlight_js_8.3.0/styles/arta.css ('k') | highlight_js_8.3.0/styles/atelier-dune.dark.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2
3 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiac s.Org>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: white;
12 color: black;
13 -webkit-text-size-adjust: none;
14 }
15
16 .hljs-string,
17 .hljs-tag .hljs-value,
18 .hljs-filter .hljs-argument,
19 .hljs-addition,
20 .hljs-change,
21 .apache .hljs-tag,
22 .apache .hljs-cbracket,
23 .nginx .hljs-built_in,
24 .tex .hljs-formula {
25 color: #888;
26 }
27
28 .hljs-comment,
29 .hljs-template_comment,
30 .hljs-shebang,
31 .hljs-doctype,
32 .hljs-pi,
33 .hljs-javadoc,
34 .hljs-deletion,
35 .apache .hljs-sqbracket {
36 color: #ccc;
37 }
38
39 .hljs-keyword,
40 .hljs-tag .hljs-title,
41 .ini .hljs-title,
42 .lisp .hljs-title,
43 .http .hljs-title,
44 .nginx .hljs-title,
45 .css .hljs-tag,
46 .hljs-winutils,
47 .hljs-flow,
48 .apache .hljs-tag,
49 .tex .hljs-command,
50 .hljs-request,
51 .hljs-status {
52 font-weight: bold;
53 }
OLDNEW
« no previous file with comments | « highlight_js_8.3.0/styles/arta.css ('k') | highlight_js_8.3.0/styles/atelier-dune.dark.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698