Merge branch 'master' into my-feature-branch

This commit is contained in:
Rossella Scarcia 2021-01-03 16:16:59 +01:00 committed by GitHub
commit 7ac4fe96d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
122 changed files with 2111 additions and 88 deletions

View file

@ -91,6 +91,14 @@ a:hover {
color: #e5e9f2 !important;
}
.btn-link{
color: #248aaa;
}
.btn-link:hover{
color: #207089;
}
.bg-white {
background-color: #46444D !important;
}