Commit aa29eefb0b637d00b78292be74befa1c8535cd07
1 parent
906290a6
Exists in
master
and in
2 other branches
Fix 'strong' tag when in adjust/contrast mode
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sass/style.sass
... | ... | @@ -1430,7 +1430,7 @@ h3.titulo-destaque |
1430 | 1430 | .background |
1431 | 1431 | background-color: #000 |
1432 | 1432 | // .container |
1433 | - h2,h3,h4,a,p,li,label,.label,.login i,.total,.updated-at span | |
1433 | + h2,h3,h4,a,p,strong,li,label,.label,.login i,.total,.updated-at span | |
1434 | 1434 | color: #fff |
1435 | 1435 | a |
1436 | 1436 | text-decoration: underline | ... | ... |