fix(styling): Consolidated shared styles for consistent font applied across various components.

This commit is contained in:
2024-12-05 20:20:29 +01:00
parent ebb6622637
commit 20abb7f837
9 changed files with 26 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ import {
} from '@design.estate/dees-element';
import * as plugins from '../plugins.js';
import { dedocumentSharedStyle } from '../style.js';
declare global {
interface HTMLElementTagNameMap {
@@ -49,6 +50,7 @@ export class DeLetterHeader extends DeesElement {
public static styles = [
domtools.elementBasic.staticStyles,
dedocumentSharedStyle,
css`
:host {
color: #333;