From 05d55232cf3bbe1970e3e2f7e7a80214300ee595 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Jul 2017 16:03:54 +0300 Subject: [PATCH] Цвет ссылок --- frontend/web/css/style.violet.ab.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.violet.ab.css b/frontend/web/css/style.violet.ab.css index 846051d..a05ada5 100644 --- a/frontend/web/css/style.violet.ab.css +++ b/frontend/web/css/style.violet.ab.css @@ -2047,7 +2047,7 @@ fieldset[disabled] .btn-template-primary.active { } #heading-breadcrumbs h1 { - color: #333333; + color: #efefef; text-transform: uppercase; font-size: 30px; font-weight: 700; @@ -3773,6 +3773,17 @@ a:focus { text-decoration: underline; } +a#heading-breadcrumbs { + color: #b49ec7; + text-decoration: none; +} + +a#heading-breadcrumbs:hover, +a#heading-breadcrumbs:focus { + color: rgb(179, 142, 212); + text-decoration: underline; +} + a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; @@ -3805,7 +3816,7 @@ hr { } .breadcrumb > .active { - color: #999999; + color: #f1f1f1; } @media (max-width: 991px) { -- libgit2 0.21.4