From 8fdc68b441291d51d8f7bb0ab28dbf470749576c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 16:24:53 +0200 Subject: [PATCH 1/2] fixed bold font --- static/css/files.css | 2 +- static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/files.css b/static/css/files.css index 3c90d0b..e7894b4 100644 --- a/static/css/files.css +++ b/static/css/files.css @@ -36,7 +36,7 @@ video { a { color: #f2d5cf; text-decoration: none; - font-style: bold; + font-weight: bold; padding: 5px; } diff --git a/static/css/style.css b/static/css/style.css index d017636..5b11fc3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,7 +14,7 @@ h1 { a { color: #f2d5cf; text-decoration: none; - font-style: bold; + font-weight: bold; padding: 5px; } -- 2.45.2 From 4fcd9f515747b3b0dc96aa71ac2cdbcad2377162 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 18:49:58 +0200 Subject: [PATCH 2/2] removed the activation of env as it is no longer needed --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9be3ca3..1ed421e 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ source venv/bin/activate # Install all the requirements pip install -r requirements.txt -# Load environment by default -echo "source /usr/local/upfast/venv/bin/activate" > "/usr/local/upfast/.profile" - # create the upload directory mkdir upload -- 2.45.2