Commit 5ad38b2cd25dad22fc5489e74e744900019e73de
1 parent
05d55232
Цвет ссылок
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/style.violet.ab.css
... | ... | @@ -3773,13 +3773,13 @@ a:focus { |
3773 | 3773 | text-decoration: underline; |
3774 | 3774 | } |
3775 | 3775 | |
3776 | -a#heading-breadcrumbs { | |
3776 | +#heading-breadcrumbs a{ | |
3777 | 3777 | color: #b49ec7; |
3778 | 3778 | text-decoration: none; |
3779 | 3779 | } |
3780 | 3780 | |
3781 | -a#heading-breadcrumbs:hover, | |
3782 | -a#heading-breadcrumbs:focus { | |
3781 | +#heading-breadcrumbs a:hover, | |
3782 | +#heading-breadcrumbs a:focus { | |
3783 | 3783 | color: rgb(179, 142, 212); |
3784 | 3784 | text-decoration: underline; |
3785 | 3785 | } | ... | ... |