mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
13 lines
241 B
PHP
13 lines
241 B
PHP
@if($themeSetup)
|
|
<style type="text/css">
|
|
body.status-page {
|
|
@if($themeBackgroundColor)
|
|
background-color: {{ $themeBackgroundColor }};
|
|
@endif
|
|
@if($themeTextColor)
|
|
color: {{ $themeTextColor }};
|
|
@endif
|
|
}
|
|
</style>
|
|
@endif
|