changed some text

This commit is contained in:
Nina Juresic
2018-01-17 11:18:20 +01:00
parent 84bff3afbc
commit d2fe218e3f
2 changed files with 15 additions and 5 deletions

View File

@@ -20,11 +20,20 @@ a {
color: #4A4A4A !important;
text-decoration: none;
}
.our-projects {
color: #4A4A4A !important;
text-decoration: underline;
.intextlink {
color: rgb(0, 0, 0) !important;
text-decoration: underline !important;
text-decoration-style: solid;
font-weight: 600;
opacity: 0.6;
}
.intextlink:hover {
color: rgb(0, 0, 0) !important;
text-decoration: underline !important;
text-decoration-style: solid;
font-weight: 600;
opacity: 1;
}
a:hover {
color: #4A4A4A !important;