Commit 05d55232cf3bbe1970e3e2f7e7a80214300ee595
1 parent
d983b0b3
Цвет ссылок
Showing
1 changed file
with
13 additions
and
2 deletions
Show diff stats
frontend/web/css/style.violet.ab.css
@@ -2047,7 +2047,7 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2047,7 +2047,7 @@ fieldset[disabled] .btn-template-primary.active { | ||
2047 | } | 2047 | } |
2048 | 2048 | ||
2049 | #heading-breadcrumbs h1 { | 2049 | #heading-breadcrumbs h1 { |
2050 | - color: #333333; | 2050 | + color: #efefef; |
2051 | text-transform: uppercase; | 2051 | text-transform: uppercase; |
2052 | font-size: 30px; | 2052 | font-size: 30px; |
2053 | font-weight: 700; | 2053 | font-weight: 700; |
@@ -3773,6 +3773,17 @@ a:focus { | @@ -3773,6 +3773,17 @@ a:focus { | ||
3773 | text-decoration: underline; | 3773 | text-decoration: underline; |
3774 | } | 3774 | } |
3775 | 3775 | ||
3776 | +a#heading-breadcrumbs { | ||
3777 | + color: #b49ec7; | ||
3778 | + text-decoration: none; | ||
3779 | +} | ||
3780 | + | ||
3781 | +a#heading-breadcrumbs:hover, | ||
3782 | +a#heading-breadcrumbs:focus { | ||
3783 | + color: rgb(179, 142, 212); | ||
3784 | + text-decoration: underline; | ||
3785 | +} | ||
3786 | + | ||
3776 | a:focus { | 3787 | a:focus { |
3777 | outline: thin dotted; | 3788 | outline: thin dotted; |
3778 | outline: 5px auto -webkit-focus-ring-color; | 3789 | outline: 5px auto -webkit-focus-ring-color; |
@@ -3805,7 +3816,7 @@ hr { | @@ -3805,7 +3816,7 @@ hr { | ||
3805 | } | 3816 | } |
3806 | 3817 | ||
3807 | .breadcrumb > .active { | 3818 | .breadcrumb > .active { |
3808 | - color: #999999; | 3819 | + color: #f1f1f1; |
3809 | } | 3820 | } |
3810 | 3821 | ||
3811 | @media (max-width: 991px) { | 3822 | @media (max-width: 991px) { |