mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-08 20:01:12 +01:00
8 lines
256 B
CSS
8 lines
256 B
CSS
|
/*
|
||
|
* CodePress color styles for Java syntax highlighting
|
||
|
*/
|
||
|
|
||
|
b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
|
||
|
i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
|
||
|
s, s b {color:#2A00FF;font-weight:normal;} /* strings */
|