Add webresources misc page

This commit is contained in:
天クマ 2026-07-09 11:07:52 -03:00
commit e6df6008ae
4 changed files with 142 additions and 3 deletions

View file

@ -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,