mirror of
https://github.com/Furglitch/modorganizer2-linux-installer.git
synced 2026-04-17 21:58:00 -04:00
8 lines
491 B
HTML
8 lines
491 B
HTML
<!-- Preserve Themes -->
|
|
<script> if (localStorage.getItem('theme') === 'dark') document.documentElement.classList.add('dark-mode'); </script>
|
|
<link rel="stylesheet" href="{{ '/assets/css/custom/catppuccin-latte.css' | relative_url }}" id="theme-stylesheet">
|
|
<script src="{{ '/assets/js/custom/theme-switch.js' | relative_url }}"></script>
|
|
|
|
<!-- Preserve Favicon -->
|
|
<link rel="icon" href="{{ '/assets/images/custom/icons/furglitch_logo_square.ico' | relative_url }}" type="image/x-icon" />
|