diff --git a/tubearchivist/home/templates/home/base.html b/tubearchivist/home/templates/home/base.html index 725a84d..48d4253 100644 --- a/tubearchivist/home/templates/home/base.html +++ b/tubearchivist/home/templates/home/base.html @@ -96,7 +96,7 @@ diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index 9fcd189..2fddf3d 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -114,7 +114,7 @@

Manual media files import.

-

Add files to the cache/import folder. Make sure to follow the instructions on Github.

+

Add files to the cache/import folder. Make sure to follow the instructions on Github.

diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index 918ce6f..f684884 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -134,11 +134,14 @@ button:hover { grid-row-end: 3; } +.footer a { + text-decoration: underline; +} + /* navigation */ .top-nav { display: block; padding: 15px 0; - /* justify-content: space-around; */ position: relative; }