Fix code color to be white instead of black
Signed-off-by: arnaud <arnaud.canards@mailops.fr>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<title>Terraform</title>
|
<title>Terraform</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/reveal.css">
|
<link rel="stylesheet" href="css/reveal.css">
|
||||||
<link rel="stylesheet" href="css/theme/black.css">
|
<link rel="stylesheet" href="css/theme/white.css">
|
||||||
|
|
||||||
<!-- Theme used for syntax highlighting of code -->
|
<!-- Theme used for syntax highlighting of code -->
|
||||||
<link rel="stylesheet" href="lib/css/zenburn.css">
|
<link rel="stylesheet" href="lib/css/zenburn.css">
|
||||||
|
|||||||
@@ -9,8 +9,10 @@ based on dark.css by Ivan Sagalaev
|
|||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
/*
|
||||||
background: #3f3f3f;
|
background: #3f3f3f;
|
||||||
color: #dcdcdc;
|
color: #dcdcdc;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs-keyword,
|
.hljs-keyword,
|
||||||
|
|||||||
Reference in New Issue
Block a user