mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 03:18:31 +08:00
Increase code contrast
This commit is contained in:
parent
40e77416d6
commit
f0413073f5
1 changed files with 6 additions and 6 deletions
12
prism.css
12
prism.css
|
@ -67,11 +67,11 @@ pre[class*=language-] {
|
|||
.token.comment,
|
||||
.token.doctype,
|
||||
.token.prolog {
|
||||
color: #708090
|
||||
color: #687888
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
color: #999
|
||||
color: #818181
|
||||
}
|
||||
|
||||
.token.namespace {
|
||||
|
@ -94,7 +94,7 @@ pre[class*=language-] {
|
|||
.token.inserted,
|
||||
.token.selector,
|
||||
.token.string {
|
||||
color: #690
|
||||
color: rgb(62, 93, 0)
|
||||
}
|
||||
|
||||
.language-css .token.string,
|
||||
|
@ -108,18 +108,18 @@ pre[class*=language-] {
|
|||
.token.atrule,
|
||||
.token.attr-value,
|
||||
.token.keyword {
|
||||
color: #07a
|
||||
color: rgb(0, 74, 106)
|
||||
}
|
||||
|
||||
.token.class-name,
|
||||
.token.function {
|
||||
color: #dd4a68
|
||||
color: #923144
|
||||
}
|
||||
|
||||
.token.important,
|
||||
.token.regex,
|
||||
.token.variable {
|
||||
color: #e90
|
||||
color: rgb(137, 89, 0)
|
||||
}
|
||||
|
||||
.token.bold,
|
||||
|
|
Loading…
Reference in a new issue