From ea1f5e26fd6ce68955b8ed8ee7a9aef57893dced Mon Sep 17 00:00:00 2001 From: Tristan Schneider Date: Thu, 17 Dec 2020 19:45:06 +0100 Subject: [PATCH] custom styles possible --- index.php | 9 ++++++++- style.css | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index d654ccd..11ba451 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ $config_data = json_decode($raw_json_config, false); <?php print($config_data->title ?? "One Word Each"); ?> - + send_logo)) { print(""); @@ -57,6 +57,13 @@ $config_data = json_decode($raw_json_config, false); " type="image/x-icon"> + style)) { + print(""); + } + ?> diff --git a/style.css b/style.css index e83a5a0..e87cce7 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ body, input, button { input, button { border: 2px solid white; padding: 0px 5px 0px; + background: transparent; } a {
" width="90%">