add new custom css class for explore, update submodules

This commit is contained in:
Alex Martzios 2023-10-02 12:18:42 +03:00
parent 3cb7443a2e
commit ca9a00e879
2 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1a960061b6674a7f62fb5cfbac3286fb57907f34
Subproject commit af95b395bd24f102b3ec967c05b5a6d0bd2fbc57

View File

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