diff options
Diffstat (limited to '_sass/custom/custom.scss')
-rw-r--r-- | _sass/custom/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 4f18f08..274bfdb 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -185,4 +185,9 @@ figure { border-top-left-radius: $border-radius; border-top-right-radius: $border-radius; } +} + +.ont-404 svg { + fill: $body-text-color; + width: 100%; }
\ No newline at end of file |