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