From 2283d0056155265bb2fbf9cc8c9f10e71355d1ee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Oct 2024 07:55:58 +0200 Subject: ✨ Display the latest forum entries on the user home page (#5812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 6e27c8ddf..58b81cae2 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -747,6 +747,12 @@ div#validation-bar{ width: 100%; } +#news-feed { + .date { + color: $gray-600; + } +} + .container.changelog{ padding-left: 170px; h1 .fa, .version .date { -- cgit v1.2.3