From: Valessio Soares de Brito Date: Thu, 5 Sep 2019 19:07:45 +0000 (-0400) Subject: fix colors frontpage X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=9493fc8b5f3ed81dd8842d0f041ebea5b1d7086c fix colors frontpage --- 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;