Update homepage

This commit is contained in:
Jeremy Thomas
2016-09-24 12:41:10 +01:00
parent 08baf20b3e
commit 90ac5b86c3
6 changed files with 45 additions and 21 deletions

View File

@@ -73,12 +73,12 @@
}
.title.is-2 a {
color: #222324;
color: #242424;
padding-left: 60px;
}
.title.is-2 a:hover {
color: #1fc8db;
color: #11e4c4;
}
.title.is-2 .icon.is-large {
@@ -95,7 +95,12 @@
color: white;
}
a.column:hover .title strong {
.hero.is-primary a.column,
.hero.is-primary a.column:hover {
color: white;
}
.hero.is-primary a.column:hover .title strong {
border-bottom: 1px solid;
}