[Connect | Trunk]: Change colors of login box to black

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58671 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-11 15:47:22 +00:00
parent d47254709f
commit 635e0a8491
1 changed files with 5 additions and 0 deletions

View File

@ -277,6 +277,11 @@ a:hover .user-circle-background {
background-color: #FAFAFA !important;
}
.connectApp .login text {
stroke: black;
fill: black;
}
.connectApp .uk-text-large {
font-size: 18px;
}