You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
500 B
24 lines
500 B
.uk-section.uk-section-header {
|
|
background-color: @site-brand-color;
|
|
color: white;
|
|
|
|
.profile-header-name {
|
|
font-size: 2.5em;
|
|
line-height: 1;
|
|
margin: 8px 0;
|
|
}
|
|
.profile-header-description {
|
|
font-size: 1.5em;
|
|
line-height: 1;
|
|
margin: 8px 0;
|
|
}
|
|
}
|
|
|
|
.uk-section.uk-section-header h1,
|
|
.uk-section.uk-section-header h2,
|
|
.uk-section.uk-section-header h3,
|
|
.uk-section.uk-section-header h4,
|
|
.uk-section.uk-section-header h5,
|
|
.uk-section.uk-section-header h6 {
|
|
color: white;
|
|
}
|