comparison third_party/highlight/styles/magula.css @ 173:827c6ac504cd hg-web

Merged in default here.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 18:59:10 -0800
parents 2db6253f355d
children
comparison
equal deleted inserted replaced
151:c033667da5f9 173:827c6ac504cd
1 pre code.hljs {
2 display: block;
3 overflow-x: auto;
4 padding: 1em
5 }
6 code.hljs {
7 padding: 3px 5px
8 }
9 /*
10 Description: Magula style for highligh.js
11 Author: Ruslan Keba <[email protected]>
12 Website: http://rukeba.com/
13 Version: 1.0
14 Date: 2009-01-03
15 Music: Aphex Twin / Xtal
16 */
17 .hljs {
18 background-color: #f4f4f4;
19 color: black
20 }
21 .hljs-subst {
22 color: black
23 }
24 .hljs-string,
25 .hljs-title,
26 .hljs-symbol,
27 .hljs-bullet,
28 .hljs-attribute,
29 .hljs-addition,
30 .hljs-variable,
31 .hljs-template-tag,
32 .hljs-template-variable {
33 color: #050
34 }
35 .hljs-comment,
36 .hljs-quote {
37 color: #777
38 }
39 .hljs-number,
40 .hljs-regexp,
41 .hljs-literal,
42 .hljs-type,
43 .hljs-link {
44 color: #800
45 }
46 .hljs-deletion,
47 .hljs-meta {
48 color: #00e
49 }
50 .hljs-keyword,
51 .hljs-selector-tag,
52 .hljs-doctag,
53 .hljs-title,
54 .hljs-section,
55 .hljs-built_in,
56 .hljs-tag,
57 .hljs-name {
58 font-weight: bold;
59 color: navy
60 }
61 .hljs-emphasis {
62 font-style: italic
63 }
64 .hljs-strong {
65 font-weight: bold
66 }