Start a language-specific css file for highlight colors.

This commit is contained in:
Tom Alexander
2025-02-22 16:25:36 -05:00
parent 4ea1a46705
commit c601c8697a
5 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
.main_content {
.src_block {
&.srclg_nix {
.srchl_keyword {
color: green;
}
}
}
}