mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 16:29:07 +01:00
more fixes
This commit is contained in:
parent
103103764b
commit
6706203ac1
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue