From 9493fc8b5f3ed81dd8842d0f041ebea5b1d7086c Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Thu, 5 Sep 2019 15:07:45 -0400 Subject: [PATCH] fix colors frontpage --- css/style.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index cdbb011..cfd5841 100644 --- a/css/style.css +++ b/css/style.css @@ -57,6 +57,17 @@ h2.block-title { padding: 0.5em; } +h2.block-title a:visited, +h2.block-title a:focus, +h2.block-title a:active, +h2.block-title a { + color: #DDCC00; +} + +h2.block-title a:hover { + color: #FFF; +} + .feed-icons a { background: url('../images/rss.svg') top left no-repeat; background-size: contain; @@ -276,10 +287,8 @@ nav .search-block-form { } .ryf-list article { - border: 1px solid #ececec; + border: 1px solid #bbb; border-radius: 5px; - border-top: none; - border-left: none; padding: 1em; box-shadow: 2px 2px 5px #ddd; transition: 0.3s; -- 1.9.1