Commit 82bc7b71740183eeb87b760bf4c63a31a88c06ec

Authored by Rafael Diego
1 parent a2b48f84

Tag strong sem a cor do tema

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
src/app/layout.scss
... ... @@ -333,13 +333,13 @@ blockquote {
333 333 // width: 100%;
334 334 // }
335 335  
336   -strong {
337   - @each $category, $color in $categories {
338   - .#{$category} & {
339   - color: $color;
340   - }
341   - }
342   -}
  336 +//strong {
  337 +// @each $category, $color in $categories {
  338 +// .#{$category} & {
  339 +// color: $color;
  340 +// }
  341 +// }
  342 +//}
343 343  
344 344 .top-border-theme {
345 345 @each $category, $color in $categories {
... ...