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 { .researcher {
font-size: 0.875em; font-size: 0.875em;
color: #008887; color: var(--primary-color);
padding-right: 0.5em; padding-right: 0.5em;
align-self: center; align-self: center;
} }

View File

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

View File

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

View File

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