Start a language-specific css file for highlight colors.
This commit is contained in:
9
default_environment/stylesheet/language_nix.css
Normal file
9
default_environment/stylesheet/language_nix.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.main_content {
|
||||
.src_block {
|
||||
&.srclg_nix {
|
||||
.srchl_keyword {
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user