Merge remote-tracking branch 'origin/develop' into angular-16

This commit is contained in:
Konstantinos Triantafyllou 2023-10-10 17:16:27 +03:00
commit f948757eb2
1 changed files with 9 additions and 0 deletions

View File

@ -43,3 +43,12 @@
.funders-title {
color: @primary-color;
}
.custom-extra-entities {
padding: 2px 5px;
border-radius: 4px;
&:hover {
text-decoration: none;
color: @secondary-color;
}
}