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); }