From c7a51e384bb28c0ceb3e4a97da234f60c8cd66f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 8 Apr 2022 17:01:34 +0300 Subject: [PATCH] fix news link --- src/AppNews.vue | 2 +- src/assets/styles/app/_news.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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;