diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_error.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/_error.less b/assets/css/_error.less index faa7415..60dc2aa 100644 --- a/assets/css/_error.less +++ b/assets/css/_error.less @@ -10,6 +10,10 @@ body.e500 { img { max-width: 80%; } + + svg #outer { + fill: @brand-primary !important; + } } } |