1
0
Fork 0

Fix code color to be white instead of black

Signed-off-by: arnaud <arnaud.canards@mailops.fr>
This commit is contained in:
arnaud 2026-01-20 07:26:40 +00:00
parent 5691e32226
commit f6c7af8155
2 changed files with 3 additions and 1 deletions

View File

@ -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">

View File

@ -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,