ov-components: update link color and font weight in styles

master
Carlos Santos 2025-12-17 16:10:08 +01:00
parent db8c6d5af9
commit 47253bbda1
1 changed files with 2 additions and 2 deletions

View File

@ -127,6 +127,6 @@
}
::ng-deep a:-webkit-any-link {
color: var(--ov-primary-action-color);
font-weight: 600;
color: #37a1f8;
font-weight: 500;
}