diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f6306f --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Ignore imported and generated image folders +images/ +import/ + +# Optional: Ignore SQLite DB, Python cache, virtual env, etc. +*.db +__pycache__/ +*.pyc +*.pyo +*.pyd +env/ +venv/ diff --git a/app/static/style.css b/app/static/style.css index 9354eff..bf5b61e 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -129,7 +129,7 @@ body { padding: 0.5rem 1rem; border: 1px solid #aaa; border-radius: 4px; - color: #333; + color: #ffffff; text-decoration: none; }