From 1b8274f833857230920283a0cc8b1a72294e6963 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 31 Jul 2019 15:57:01 -0400 Subject: [PATCH] theming for the "more..." links --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5e88887..b5ffa34 100644 --- a/css/style.css +++ b/css/style.css @@ -191,10 +191,14 @@ a { transition: 0.3s; } text-align: right; } -.feed-icons { +.feed-icons, +.more-link { margin-top: 15px; clear: both; } +.more-link { + font-weight: bold; +} @media screen and (min-width: 450px) and (max-width: 659px) { .ryf-list-row { -- 1.9.1