added mark lines css to page

This commit is contained in:
Tigerpanzer_02 2021-05-03 11:02:07 +02:00 committed by GitHub
parent b4c421f217
commit 0544399cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ $isPage = substr($template, -5) === '-page';
if (!$isDark) :
?>
<link type="text/css" rel="stylesheet" href="css/bootstrap/bootstrap-3.4.1.css" />
<link type="text/css" rel="stylesheet" href="css/linehighlighting.css?<?php echo rawurlencode($VERSION); ?>" />
<?php
endif;
?>
@ -24,6 +25,7 @@ endif;
if ($isDark) :
?>
<link type="text/css" rel="stylesheet" href="css/bootstrap/darkstrap-0.9.3.css" />
<link type="text/css" rel="stylesheet" href="css/linehighlighting_dark.css?<?php echo rawurlencode($VERSION); ?>" />
<?php
endif;
?>