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