diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc deleted file mode 100644 index 883c995..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 5c1ae07..dac7257 100644 --- a/dashboard_static/js/code.js +++ b/dashboard_static/js/code.js @@ -38,7 +38,7 @@ function tweetCell(tweet) { ${date.getHours()}:${date.getMinutes()} - ${tweet.text} + ${tweet.text}
favorite diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 41c5f77..af837df 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -155,6 +155,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