mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Fix colour scheme and tweak font sizes
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user