diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 0311179a8..f2acffea4 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -2,7 +2,9 @@
-

PeerTube

+

+ PeerTube +

diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1d42f2a04..1b02b2f57 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,3 +1,12 @@ +#peertube-title a { + color: inherit !important; + + &:hover { + color: inherit !important; + text-decoration: none !important; + } +} + header div { line-height: 25px; margin-bottom: 30px;