Commit 906290a655b9671da04bf7466e8b9230019ddeea
1 parent
828f8839
Exists in
master
and in
2 other branches
Set theme color to 'strong' tags
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
sass/style.sass
... | ... | @@ -1325,6 +1325,8 @@ h3.titulo-destaque |
1325 | 1325 | color: $color |
1326 | 1326 | a |
1327 | 1327 | color: $color |
1328 | + strong | |
1329 | + color: $color | |
1328 | 1330 | textarea |
1329 | 1331 | border-color: $color |
1330 | 1332 | .button,.show_body a |
... | ... | @@ -1362,7 +1364,8 @@ h3.titulo-destaque |
1362 | 1364 | &-slider |
1363 | 1365 | .date,.time |
1364 | 1366 | color: $color |
1365 | - .login,.signup | |
1367 | + .login, | |
1368 | + .signup | |
1366 | 1369 | input |
1367 | 1370 | border-color: $color |
1368 | 1371 | &.button | ... | ... |