Перейти к основному содержимому

🎨 Branding & Customization

Make your status page match your brand identity.


🎨 Available Options

НастройкаОписание
LogoUpload your company logo (displayed at the top)
Brand ColorPrimary color for the page accent (#hex)
Custom CSSAdd custom CSS for full control over styling
ThemeChoose from available themes
SEO TitleCustom title tag for search engines
SEO DescriptionCustom meta description

🖌️ Custom CSS Examples

Change the background color

body {
background-color: #0a0a0a;
}

Custom font

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.powered-by {
display: none;
}

💡 Советы

  • Use your brand's primary color for a cohesive look.
  • Keep your logo under 200KB for fast page loads.
  • Test your custom CSS on both light and dark themes.