Files
arindOS/sithego/themer/adapters/gtk/components/headerbar.css
T

12 lines
319 B
CSS

headerbar {
background-color: {{ .Theme.Colors.Semantic.Surface.Value }};
color: {{ .Theme.Colors.Semantic.Text.Value }};
border-bottom: 1px solid {{ .Theme.Colors.Semantic.Border.Value }};
box-shadow: none;
padding: {{ .Theme.Spacing.PaddingSmall }};
}
headerbar .title {
font-weight: bold;
}