mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-04-22 16:29:19 -04:00
added mark lines css to page
This commit is contained in:
parent
b4c421f217
commit
0544399cc2
@ -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;
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user