1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

Introducing color hints

This commit is contained in:
Meow J
2016-07-06 14:25:33 +08:00
parent 195ac79b7b
commit 8f1b7fde4b
5 changed files with 39 additions and 10 deletions

View File

@@ -111,3 +111,18 @@ video {
.rst-content .attention .admonition-title {
background: #E0B3B3;
}
def {
color: green;
}
fun {
font-family: "Courier New", Courier, monospace;
color: #822;
}
var {
font-style: normal;
font-family: "Courier New", Courier, monospace;
color: #227;
}