Updates Reproducible research chapter.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
pre .operator,
|
||||
pre .paren {
|
||||
color: rgb(104, 118, 135)
|
||||
}
|
||||
|
||||
pre .literal {
|
||||
color: #990073
|
||||
}
|
||||
|
||||
pre .number {
|
||||
color: #099;
|
||||
}
|
||||
|
||||
pre .comment {
|
||||
color: #998;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
pre .keyword {
|
||||
color: #900;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
pre .identifier {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
pre .string {
|
||||
color: #d14;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,29 @@
|
||||
pre .operator,
|
||||
pre .paren {
|
||||
color: rgb(104, 118, 135)
|
||||
}
|
||||
|
||||
pre .literal {
|
||||
color: rgb(88, 72, 246)
|
||||
}
|
||||
|
||||
pre .number {
|
||||
color: rgb(0, 0, 205);
|
||||
}
|
||||
|
||||
pre .comment {
|
||||
color: rgb(76, 136, 107);
|
||||
}
|
||||
|
||||
pre .keyword {
|
||||
color: rgb(0, 0, 255);
|
||||
}
|
||||
|
||||
pre .identifier {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
pre .string {
|
||||
color: rgb(3, 106, 7);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user