homepage: add colors for vpn ini highlighting

This commit is contained in:
Astro 2022-10-23 00:27:01 +02:00
parent 02db656e02
commit 43a9a97627
1 changed files with 15 additions and 0 deletions

View File

@ -91,3 +91,18 @@ main table td {
main h3 code {
margin-left: 0.6rem;
}
.sourceCode .kw {
font-weight: bold;
color: #1F2F6F;
}
.sourceCode .dt {
font-weight: bold;
color: #1F5F2F;
}
.sourceCode .ot {
color: #666;
}
.sourceCode .st {
color: #007F00;
}