Feature #44521 » 0001-Update-the-Pygments-colorful-syntax-highlighting-the.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 2566 | 2566 |
.syntaxhl .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
|
| 2567 | 2567 |
.syntaxhl .gd { color: #A00000 } /* Generic.Deleted */
|
| 2568 | 2568 |
.syntaxhl .ge { font-style: italic } /* Generic.Emph */
|
| 2569 |
.syntaxhl .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
|
|
| 2569 | 2570 |
.syntaxhl .gr { color: #FF0000 } /* Generic.Error */
|
| 2570 | 2571 |
.syntaxhl .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
| 2571 | 2572 |
.syntaxhl .gi { color: #00A000 } /* Generic.Inserted */
|