Since we no longer ask for # in the setting, let's prefix
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<style type='text/css'>
|
||||
body.status-page {
|
||||
@if($styleBackgroundColor = Setting::get('style_background_color'))
|
||||
background-color: {{ $styleBackgroundColor }};
|
||||
background-color: #{{ $styleBackgroundColor }};
|
||||
@endif
|
||||
@if($styleTextColor = Setting::get('style_text_color'))
|
||||
color: {{ $styleTextColor }};
|
||||
color: #{{ $styleTextColor }};
|
||||
@endif
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user