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 ...@@ -18,7 +18,7 @@ based on dark.css by Ivan Sagalaev
.hljs-keyword, .hljs-keyword,
.hljs-selector-tag, .hljs-selector-tag,
.hljs-tag { .hljs-tag {
color: #e3ceab; color: #690;
} }
.hljs-template-tag { .hljs-template-tag {
...@@ -49,7 +49,7 @@ based on dark.css by Ivan Sagalaev ...@@ -49,7 +49,7 @@ based on dark.css by Ivan Sagalaev
.hljs-selector-class, .hljs-selector-class,
.hljs-section, .hljs-section,
.hljs-type { .hljs-type {
color: #efef8f; color: black;
} }
.hljs-symbol, .hljs-symbol,
...@@ -62,14 +62,14 @@ based on dark.css by Ivan Sagalaev ...@@ -62,14 +62,14 @@ based on dark.css by Ivan Sagalaev
.hljs-string, .hljs-string,
.hljs-built_in, .hljs-built_in,
.hljs-builtin-name { .hljs-builtin-name {
color: #cc9393; color: #905d5e;
} }
.hljs-addition, .hljs-addition,
.hljs-comment, .hljs-comment,
.hljs-quote, .hljs-quote,
.hljs-meta { .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