Commit 82bc7b71740183eeb87b760bf4c63a31a88c06ec
1 parent
a2b48f84
Exists in
master
and in
8 other branches
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 { | ... | ... |