more fixes

This commit is contained in:
pixeldesu 2014-12-13 18:10:57 +01:00
parent 103103764b
commit 6706203ac1
1 changed files with 13 additions and 0 deletions

View File

@ -32,4 +32,17 @@ body {
.j2-jumbo {
background-color: darken($navbar-inverse-bg, 10%);
color: #fff;
}
.j2-jumbo h1, .j2-jumbo h2, .j2-jumbo h3, .j2-jumbo h4, .j2-jumbo h5, .j2-jumbo h6 {
color: #fff;
}
.j2-jumbo a, .j2-jumbo a:hover {
color: #fff;
opacity: 0.6;
}
.j2-jumbo a:hover {
opacity: 1;
}