diff options
-rw-r--r-- | default.revealjs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/default.revealjs b/default.revealjs index dc4162820..0f2898fd8 100644 --- a/default.revealjs +++ b/default.revealjs @@ -20,13 +20,9 @@ $if(highlighting-css)$ $highlighting-css$ </style> $endif$ -$if(css)$ $for(css)$ <link rel="stylesheet" href="$css$"/> $endfor$ -$else$ - <link rel="stylesheet" href="$revealjs-url$/css/theme/simple.css" id="theme"> -$endif$ $if(theme)$ <link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme"> $else$ |