diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/app.component.html | 4 | ||||
-rw-r--r-- | client/src/app/app.component.scss | 9 |
2 files changed, 12 insertions, 1 deletions
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 @@ | |||
2 | 2 | ||
3 | <header class="row"> | 3 | <header class="row"> |
4 | <div class="col-md-2"> | 4 | <div class="col-md-2"> |
5 | <h4>PeerTube</h4> | 5 | <h4 id="peertube-title"> |
6 | <a [routerLink]="['/videos/list']">PeerTube</a> | ||
7 | </h4> | ||
6 | </div> | 8 | </div> |
7 | 9 | ||
8 | <div class="col-md-9"> | 10 | <div class="col-md-9"> |
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 @@ | |||
1 | #peertube-title a { | ||
2 | color: inherit !important; | ||
3 | |||
4 | &:hover { | ||
5 | color: inherit !important; | ||
6 | text-decoration: none !important; | ||
7 | } | ||
8 | } | ||
9 | |||
1 | header div { | 10 | header div { |
2 | line-height: 25px; | 11 | line-height: 25px; |
3 | margin-bottom: 30px; | 12 | margin-bottom: 30px; |