fixes color-picker and icons #25

Merged
arindy merged 3 commits from icon-fix into main 2025-02-12 01:23:06 +01:00
4 changed files with 5 additions and 2 deletions
Showing only changes of commit 197ee02b93 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" href="/vendor/w3css/4/w3.css"> <link rel="stylesheet" href="/vendor/w3css/4/w3.css">
<link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css"> <link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css">
<link rel="stylesheet" href="/vendor/font-awesome/css/all.css"> <link rel="stylesheet" href="/vendor/font-awesome/css/all.css">
<link rel="icon" type="image/png" href="/favicon.png">
<script src="/vendor/color-picker.js"></script> <script src="/vendor/color-picker.js"></script>
<style> <style>
.w3-theme-l6 { .w3-theme-l6 {

View File

@ -2,7 +2,8 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Overlay</title> <title>Dice-Tower - Overlay</title>
<link rel="icon" type="image/png" href="/favicon.png">
<style> <style>
html, html,
body { body {

View File

@ -2,9 +2,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Results</title> <title>Dice-Tower - Results</title>
<link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css"> <link rel="stylesheet" href="/vendor/font-awesome/css/fontawesome.css">
<link rel="stylesheet" href="/vendor/font-awesome/css/all.css"> <link rel="stylesheet" href="/vendor/font-awesome/css/all.css">
<link rel="icon" type="image/png" href="/favicon.png">
</head> </head>
<body> <body>
<div id="results" style="font-size: x-large"> <div id="results" style="font-size: x-large">