diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index 5a07224f6..1087776aa 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -88,7 +88,7 @@ $graph = $this->getParam('graph', false); diff --git a/public/styles/typography.less b/public/styles/typography.less index 57c6a71d6..dc1e62ed5 100644 --- a/public/styles/typography.less +++ b/public/styles/typography.less @@ -36,6 +36,10 @@ a, .link { border-bottom: none; opacity: .9; } + + &.danger { + color: var(--config-color-danger); + } } b, strong {