diff options
author | MaZderMind | 2015-10-05 11:49:59 +0200 |
---|---|---|
committer | MaZderMind | 2015-10-05 11:49:59 +0200 |
commit | 1e80133967b65f94db26c6b3914a58b341d57eca (patch) | |
tree | 51c6c188e3146f0e2b063128ebef6c37957b5317 /assets/css/_error.less | |
parent | de36612254684531311e3eb4419adc9675050f58 (diff) |
use inline-styled svg
Diffstat (limited to 'assets/css/_error.less')
-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; + } } } |