NewsBlur - Stop yelling

Change ALLCAPS text on NewsBlur into something more reasonable

/* ==UserStyle==
@name           NewsBlur - Stop yelling
@namespace      https://greasyfork.org/en/users/710405-ajhall
@version        1.0.0
@description    Change ALLCAPS text on NewsBlur into something more reasonable
@author         ajhall
==/UserStyle== */
@-moz-document domain("newsblur.com") {
  * {
    text-transform: none !important;
  }
}