diff --git a/themes/modern2/assets/css/components/3-page/home.scss b/themes/modern2/assets/css/components/3-page/home.scss index 1973fbe6f..be5979e90 100755 --- a/themes/modern2/assets/css/components/3-page/home.scss +++ b/themes/modern2/assets/css/components/3-page/home.scss @@ -47,9 +47,9 @@ } } -.marquee div { +.marquee div { display: block; - width: 200%; + width: 400%; height: 30px; position: absolute; overflow: hidden; @@ -58,7 +58,7 @@ .marquee span { float: left; - width: 50%; + width: 25%; font-size: 14px; line-height: 40px; font-weight: 400; diff --git a/themes/modern2/assets/css/components/3-page/news.scss b/themes/modern2/assets/css/components/3-page/news.scss index 79bbbc6a3..fcb35837e 100755 --- a/themes/modern2/assets/css/components/3-page/news.scss +++ b/themes/modern2/assets/css/components/3-page/news.scss @@ -66,6 +66,11 @@ margin: 30px auto; display: block; } + strong { + a { + color: #4285f4; + } + } } } &__footer { diff --git a/themes/modern2/assets/css/main.css b/themes/modern2/assets/css/main.css index 30913ebea..f98129b1c 100755 --- a/themes/modern2/assets/css/main.css +++ b/themes/modern2/assets/css/main.css @@ -1218,7 +1218,7 @@ li { .marquee div { display: block; - width: 200%; + width: 400%; height: 30px; position: absolute; overflow: hidden; @@ -1227,7 +1227,7 @@ li { .marquee span { float: left; - width: 50%; + width: 25%; font-size: 14px; line-height: 40px; font-weight: 400; @@ -1889,6 +1889,9 @@ li { margin: 30px auto; display: block; } +.news__body p strong a { + color: #4285f4; +} .news__footer { display: flex; align-items: center;