bfac3e673b8bd22cad19e6b27094048d941b7f17
custom.css
| ... | ... | @@ -29,9 +29,11 @@ |
| 29 | 29 | }
|
| 30 | 30 | |
| 31 | 31 | .highlight .nn {
|
| 32 | - color: #606000
|
|
| 32 | + color: #808000;
|
|
| 33 | + font-weight: bold;
|
|
| 33 | 34 | }
|
| 34 | 35 | |
| 35 | 36 | .highlight .py {
|
| 36 | - color: #006060
|
|
| 37 | + color: #008080;
|
|
| 38 | + font-weight: bold;
|
|
| 37 | 39 | } |
| ... | ... | \ No newline at end of file |