Merge pull request 'fixed bold font' (#3) from TlasT/UpFast:fix into main
Reviewed-on: #3
This commit is contained in:
commit
422baeaae2
@ -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
|
||||
|
||||
|
@ -36,7 +36,7 @@ video {
|
||||
a {
|
||||
color: #f2d5cf;
|
||||
text-decoration: none;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ h1 {
|
||||
a {
|
||||
color: #f2d5cf;
|
||||
text-decoration: none;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user