/* Custom lozenge colors */ .aui-lozenge.status-green background-color: #14892c; color: white;
.aui-header .aui-header-logo a color: white !important;
#header background-color: #003366; border-bottom: 3px solid #ff9900;
@media (max-width: 768px) .page-metadata, .comment-header font-size: 12px;
/* Hide the "People" sidebar */ #people-directory-sidebar display: none !important;
<style> /* custom CSS here */ .my-custom-class background: #f4f5f7; border-left: 4px solid #0052cc; padding: 12px; </style> Effect: Affects only that specific page. Useful for prototyping or one-off designs. Power users can use browser extensions like Stylus to apply personal CSS, but this is not shared and should not be considered a “team theme.” 4. What Can You Customize? (Examples) Typography body font-family: 'Inter', -apple-system, sans-serif;
/* Custom lozenge colors */ .aui-lozenge.status-green background-color: #14892c; color: white;
.aui-header .aui-header-logo a color: white !important; confluence css themes
#header background-color: #003366; border-bottom: 3px solid #ff9900; /* Custom lozenge colors */
@media (max-width: 768px) .page-metadata, .comment-header font-size: 12px; .aui-header .aui-header-logo a color: white !important
/* Hide the "People" sidebar */ #people-directory-sidebar display: none !important;
<style> /* custom CSS here */ .my-custom-class background: #f4f5f7; border-left: 4px solid #0052cc; padding: 12px; </style> Effect: Affects only that specific page. Useful for prototyping or one-off designs. Power users can use browser extensions like Stylus to apply personal CSS, but this is not shared and should not be considered a “team theme.” 4. What Can You Customize? (Examples) Typography body font-family: 'Inter', -apple-system, sans-serif;