1
0
forked from javalsai/website

feat: add notes

This commit is contained in:
2024-09-30 22:26:29 +02:00
parent ae59cb7ed9
commit ba85815b7e
11 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.sourceCode {
color: lightblue;
}
.sourceCode .bu, .sourceCode .pp {
color: khaki;
}
.sourceCode .op {
color: var(--text);
}
.sourceCode .fu {
color: dodgerblue;
}
.sourceCode .kw, .sourceCode .cf {
color: var(--primary);
}
.sourceCode .co {
color: #aaa;
font-style: italic;
}
.sourceCode .st {
color: orange;
}