Finished fixing major styling issues, Leftovers need additions in CSS

Update footer.php, head.php, and 5 more files...
This commit is contained in:
2024-06-12 13:23:55 +02:00
parent 856d0356ec
commit e56eb0aeb6
7 changed files with 15 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
<link rel="alternate icon" href="/favicon.ico">
<link rel="stylesheet" href="https://cdn.nibblepoker.lu/FontAwesomePro/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.nibblepoker.lu/NibblePoker/StandardCSS/nibblepoker.min.css">
<link rel="stylesheet" href="https://cdn.nibblepoker.lu/Quantum/Quantum.min.css">
<?php
if($enable_code_highlight) {
echo('<link href="/resources/HighlightJS/src/styles/atom-one-dark.min.css" rel="stylesheet"/>');