more css changes

This commit is contained in:
Diamantis Tziotzios 2023-04-25 11:10:45 +03:00
parent 6585fcf391
commit 92f56c073c
4 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@
.researcher {
font-size: 0.875em;
color: #008887;
color: var(--primary-color);
padding-right: 0.5em;
align-self: center;
}

View File

@ -155,7 +155,7 @@
.researcher {
font-size: 0.875em;
color: #008887;
color: var(--primary-color);
padding-right: 0.5em;
align-self: center;
}

View File

@ -96,7 +96,7 @@ min-width: 101px;
text-align: left;
text-decoration: underline;
letter-spacing: 0px;
color: #008887;
color: var(--primary-color);
cursor: pointer;
}

View File

@ -171,7 +171,7 @@ section.benefits {
font-weight: 400;
font-family: 'Roboto', sans-serif;
font-size: 0.87rem;
color: #008887;
color: var(--primary-color);
}
.benefit-ic {