diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |