clone of olivero for island lives
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.

25 lines
439 B

1 year ago
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Block styling.
*/
.block__title {
1 year ago
margin-block: 0 var(--sp);
1 year ago
letter-spacing: 0.02em;
12 months ago
color: var(--color-text-neutral-loud);
/*font-size: var(--font-size-l);*/
font-size: 24px;
1 year ago
line-height: var(--sp);
}
.site-footer .block__title {
color: var(--color--gray-65);
}