Commit 9a74eb00 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: change code style

easy to read
parent 0c51b3dd
......@@ -18,7 +18,7 @@ based on dark.css by Ivan Sagalaev
.hljs-keyword,
.hljs-selector-tag,
.hljs-tag {
color: #e3ceab;
color: #690;
}
.hljs-template-tag {
......@@ -49,7 +49,7 @@ based on dark.css by Ivan Sagalaev
.hljs-selector-class,
.hljs-section,
.hljs-type {
color: #efef8f;
color: black;
}
.hljs-symbol,
......@@ -62,14 +62,14 @@ based on dark.css by Ivan Sagalaev
.hljs-string,
.hljs-built_in,
.hljs-builtin-name {
color: #cc9393;
color: #905d5e;
}
.hljs-addition,
.hljs-comment,
.hljs-quote,
.hljs-meta {
color: #7f9f7f;
color: black;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment