mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
committed by
Michal Svatos
parent
765c5caf5d
commit
070ccb56f3
@@ -41,7 +41,7 @@ $hostname = gethostname() ? gethostname() : '';
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!-- Theme fonts -->
|
<!-- Theme fonts -->
|
||||||
<?php if ($theme == 'lcars') { ?>
|
<?php if ($theme == 'lcars' || $theme == 'lcars-picard') { ?>
|
||||||
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/fonts/ubuntu-mono/ubuntu-mono.css'); ?>">
|
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/fonts/ubuntu-mono/ubuntu-mono.css'); ?>">
|
||||||
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/fonts/antonio/antonio.css'); ?>">
|
<link rel="stylesheet" href="<?php echo fileversion('style/vendor/fonts/antonio/antonio.css'); ?>">
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ $available_themes['high-contrast-dark'] = array('High contrast dark', false, 'hi
|
|||||||
// Option to have the theme go with the device dark mode setting, always set the background to black to avoid flashing
|
// Option to have the theme go with the device dark mode setting, always set the background to black to avoid flashing
|
||||||
$available_themes['default-auto'] = array('Pi-hole auto theme (light/dark)', true, 'default-auto', '#367fa9');
|
$available_themes['default-auto'] = array('Pi-hole auto theme (light/dark)', true, 'default-auto', '#367fa9');
|
||||||
$available_themes['lcars'] = array('Star Trek LCARS theme (dark)', true, 'lcars', '#4488FF');
|
$available_themes['lcars'] = array('Star Trek LCARS theme (dark)', true, 'lcars', '#4488FF');
|
||||||
|
$available_themes['lcars-picard'] = array('Star Trek Picard LCARS theme (dark)', true, 'lcars-picard', '#53596C');
|
||||||
|
|
||||||
$webtheme = '';
|
$webtheme = '';
|
||||||
// Try to load theme settings from setupVars.conf
|
// Try to load theme settings from setupVars.conf
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user