Add webresources misc page
This commit is contained in:
parent
d9fb667c77
commit
e6df6008ae
4 changed files with 142 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: black;
|
||||
color: white;
|
||||
background: none;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
font-size: 1em;
|
||||
|
|
@ -97,8 +97,8 @@ pre[class*="language-"] > code {
|
|||
.token.entity,
|
||||
.token.url,
|
||||
.token.variable {
|
||||
color: #a67f59;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
color: red;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.token.atrule,
|
||||
|
|
|
|||
Loading…
Reference in a new issue