From 16ffc10625a8a52c6cf82d33316258ff17f884a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 17 Feb 2024 22:33:49 +0000 Subject: [PATCH] Intermediate commit before replacing nowplaying entries with sumdets --- backloggery.css | 2 +- games.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backloggery.css b/backloggery.css index 7ab8a06..ac4ffc1 100644 --- a/backloggery.css +++ b/backloggery.css @@ -200,7 +200,7 @@ svg text { .endless,.Endless { background-color:var(--endless-color)!important; - color:rgba(0,0,100%,.75); + color:hsla(0,0%,100%,.75); text-shadow:none } diff --git a/games.py b/games.py index 8d31193..988c16a 100644 --- a/games.py +++ b/games.py @@ -129,7 +129,7 @@ for game in games: if game["console"] == "nintendo 3ds": threedslist.append(game) -writeindex.write("\n\n \n \n \n \n \n \n Selfhostery etc.\n \n \n \n
\n
\n
\n
\n \n") +writeindex.write("\n\n \n \n \n \n \n \n Selfhostery etc.\n \n \n \n
\n
\n
\n
\n \n") # NOW PLAYING @@ -484,7 +484,7 @@ writeindex.write("
\n
\n \n\n \n \n \n \n \n \n Selfhostery etc.\n \n \n \n
\n
\n
\n
\n \n
\n
\n
\n
\n Total Found " + str(total) + "\n
\n") +writelibrary.write("\n\n \n \n \n \n \n \n Selfhostery etc.\n \n \n \n
\n
\n
\n
\n \n
\n
\n
\n
\n Total Found " + str(total) + "\n
\n") if unplayed > 0: writelibrary.write("
" + str(unplayed) + "
\n") if unfinished > 0: