diff options
Diffstat (limited to 'includes/util/homepage.inc')
-rw-r--r-- | includes/util/homepage.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/util/homepage.inc b/includes/util/homepage.inc index 1846cba..497fe2e 100644 --- a/includes/util/homepage.inc +++ b/includes/util/homepage.inc @@ -10,7 +10,7 @@ function newHomepage($id, $page, $title) { ?> <div class="new-homepage-system" id="new-homepage-system-<?= $id ?>"> <?php if ($title): ?> - <a href="/<?= $page ?>" style="height: 48px; display: flex; align-items: center; justify-content: center; border-top-left-radius: 10px; border-top-right-radius: 10px; text-align: center; text-decoration: none; color: white; background-color: #<?= $system["color"] ?? "000000" ?>55" class="new-homepage-system-title" id="new-homepage-system-<?= $id ?>-title"> + <a href="/<?= $page ?>" style="height: 48px; display: flex; align-items: center; justify-content: center; border-top-left-radius: 10px; border-top-right-radius: 10px; text-align: center; text-decoration: none; color: white; background-color: #<?= $system["color"] ?? "000000" ?>55; box-shadow: 0 20px 20px 0 #<?= $system["color"] ?? "000000" ?>55;" class="new-homepage-system-title" id="new-homepage-system-<?= $id ?>-title"> <div> <img src="<?= getAsset($id) ?>" style="border-radius: 5px;width: 48px; vertical-align: middle;"><b style="vertical-align: middle; margin-left: 5px;"><?= $system["name"] ?></b> </div> |