diff --git a/src/AppNews.vue b/src/AppNews.vue index 439d7645b..b664cf28b 100644 --- a/src/AppNews.vue +++ b/src/AppNews.vue @@ -3,7 +3,7 @@
{{$appState.announcement.content}} - {{$appState.announcement.linkText}} + {{$appState.announcement.linkText}}
diff --git a/src/assets/styles/app/_news.scss b/src/assets/styles/app/_news.scss index 62b0f4336..2d7b0d005 100644 --- a/src/assets/styles/app/_news.scss +++ b/src/assets/styles/app/_news.scss @@ -27,6 +27,16 @@ line-height: 1.5; } + .layout-news-link, + .layout-news-link:visited, + .layout-news-link:active { + color:#ffffff; + font-weight:700; + } + .layout-news-link:hover { + text-decoration: underline; + } + .layout-news-close { line-height: 1.5; cursor: pointer;