Fix colour scheme and tweak font sizes

This commit is contained in:
Thomas Busby
2018-05-26 01:27:25 +02:00
parent ca12a19c7c
commit ad6fb2cf02
3 changed files with 28 additions and 9 deletions

View File

@@ -31,10 +31,10 @@ h2, h3 {
}
a, a:link, a:active {
text-decoration: none;
color: #3fa757;
color: #981ceb;
}
a:hover {
color: #B3B3B3;
color: #a0a0a0;
text-decoration: underline;
}
@@ -84,11 +84,11 @@ footer {
/* Left column */
div.col-sm-3 {
margin-top: 100px;
font-size: 11px;
font-size: 14px;
color: #666;
}
div.col-sm-3 strong {
font-size: 16px;
font-size: 18px;
color: #4A4A4A;
font-weight: normal;
}
@@ -105,6 +105,12 @@ div.col-sm-3 img.profile-avatar {
margin-left: auto;
margin-right: auto;
}
.author-name a,
.author-name a:active,
.author-name a:hover {
color: #696969;
text-decoration: none;
}
/* Pagination */
.PageNavigation {
@@ -125,6 +131,19 @@ div.col-sm-3 img.profile-avatar {
.PageNavigation .prev {
text-align: left;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #9943d2;
border-color: #9943d2;
}
.pagination > li > a,
.pagination > li > span {
color: #981ceb;
}
/* Social Icons */
.social{