From 5ad38b2cd25dad22fc5489e74e744900019e73de Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Jul 2017 16:05:00 +0300 Subject: [PATCH] Цвет ссылок --- frontend/web/css/style.violet.ab.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/web/css/style.violet.ab.css b/frontend/web/css/style.violet.ab.css index a05ada5..cb2a4ce 100644 --- a/frontend/web/css/style.violet.ab.css +++ b/frontend/web/css/style.violet.ab.css @@ -3773,13 +3773,13 @@ a:focus { text-decoration: underline; } -a#heading-breadcrumbs { +#heading-breadcrumbs a{ color: #b49ec7; text-decoration: none; } -a#heading-breadcrumbs:hover, -a#heading-breadcrumbs:focus { +#heading-breadcrumbs a:hover, +#heading-breadcrumbs a:focus { color: rgb(179, 142, 212); text-decoration: underline; } -- libgit2 0.21.4