From 77562c6ea2ab151374cbad1bda40b29875463330 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 28 Dec 2023 18:40:28 -0600 Subject: [PATCH] oops --- .dockerignore | 2 ++ static/style.css | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..0c88da5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +data +static/index.html \ No newline at end of file diff --git a/static/style.css b/static/style.css index 0f6b997..0f1b949 100644 --- a/static/style.css +++ b/static/style.css @@ -44,7 +44,6 @@ body { a { color: rgb(175, 225, 255); - text-decoration: none; display: inline-block; transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1); }