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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user