select ad type on welcome page; update css

This commit is contained in:
Bilal Catic
2019-11-18 10:48:41 +01:00
parent 860014662a
commit 44565d2f89
4 changed files with 70 additions and 9 deletions

View File

@@ -102,3 +102,11 @@ h3 {
border-radius: 4px !important;
text-align: center;
}
.collection a.collection-item {
color: #02adba;
}
.collection a.collection-item:not(.active):hover {
background-color: rgba(2, 173, 186, 0.2);
}