diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc deleted file mode 100644 index 986186a..0000000 Binary files a/__pycache__/dashboard.cpython-310.pyc and /dev/null differ diff --git a/dashboard_static/js/code.js b/dashboard_static/js/code.js index 64747fb..a05d79c 100644 --- a/dashboard_static/js/code.js +++ b/dashboard_static/js/code.js @@ -35,7 +35,7 @@ function tweetCell(tweet) {

${tweet.created_at}

- ${tweet.text} + ${tweet.text}
favorite diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 9b27667..530e2dd 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -143,6 +143,10 @@ body { font-weight: bold; } +.tweet-text { + color: white; + text-decoration: none; +} .tweet-username { color: var(--main-light); diff --git a/eca/__pycache__/arff.cpython-310.pyc b/eca/__pycache__/arff.cpython-310.pyc deleted file mode 100644 index 1516621..0000000 Binary files a/eca/__pycache__/arff.cpython-310.pyc and /dev/null differ diff --git a/eca/__pycache__/generators.cpython-310.pyc b/eca/__pycache__/generators.cpython-310.pyc deleted file mode 100644 index 155bc4d..0000000 Binary files a/eca/__pycache__/generators.cpython-310.pyc and /dev/null differ