Use blue color

This commit is contained in:
Jeremy Thomas
2017-10-08 16:16:05 +01:00
parent 3514487481
commit b81a267535
6 changed files with 13 additions and 22 deletions

View File

@@ -1329,7 +1329,7 @@ a.box:active {
}
.button:focus, .button.is-focused {
border-color: #00d1b2;
border-color: #3273dc;
color: #363636;
}
@@ -7473,7 +7473,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
border-color: #00d1b2;
border-color: #3273dc;
}
.pagination-previous:active,
@@ -12246,12 +12246,12 @@ html.route-index .title.is-2 {
}
html.route-index .title.is-2 a {
color: #242424;
color: #363636;
position: relative;
}
html.route-index .title.is-2 a:hover {
color: #00d1b2;
color: #3273dc;
}
html.route-index .title.is-2 .icon.is-medium {