forked from crony/UpFast
Merge pull request 'fixed bold font' (#3) from TlasT/UpFast:fix into main
Reviewed-on: crony/UpFast#3
This commit is contained in:
commit
422baeaae2
@ -29,9 +29,6 @@ source venv/bin/activate
|
|||||||
# Install all the requirements
|
# Install all the requirements
|
||||||
pip install -r requirements.txt
|
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
|
# create the upload directory
|
||||||
mkdir upload
|
mkdir upload
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ video {
|
|||||||
a {
|
a {
|
||||||
color: #f2d5cf;
|
color: #f2d5cf;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-style: bold;
|
font-weight: bold;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ h1 {
|
|||||||
a {
|
a {
|
||||||
color: #f2d5cf;
|
color: #f2d5cf;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-style: bold;
|
font-weight: bold;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user