diff --git a/css/base.css b/css/base.css index 7833957a..9817cb34 100644 --- a/css/base.css +++ b/css/base.css @@ -19,17 +19,34 @@ in unpredictable places (admin toolbars, contextual links, system blocks), so this targets bare heading elements — re-declare in a component or utility if a specific UI surface needs the sans family. */ - h1, h2, h3, h4, h5, h6 { + h1, + h2, + h3, + h4, + h5, + h6 { font-family: var(--font-serif); line-height: var(--font-lineheight-1); margin-block: var(--size-3); } - h1 { font-size: var(--font-size-6); } - h2 { font-size: var(--font-size-5); } - h3 { font-size: var(--font-size-4); } - h4 { font-size: var(--font-size-3); } - h5 { font-size: var(--font-size-2); } - h6 { font-size: var(--font-size-1); } + h1 { + font-size: var(--font-size-6); + } + h2 { + font-size: var(--font-size-5); + } + h3 { + font-size: var(--font-size-4); + } + h4 { + font-size: var(--font-size-3); + } + h5 { + font-size: var(--font-size-2); + } + h6 { + font-size: var(--font-size-1); + } a { color: var(--brand); diff --git a/css/components/node.css b/css/components/node.css index a0feace5..6c5a068a 100644 --- a/css/components/node.css +++ b/css/components/node.css @@ -1,12 +1,9 @@ -@layer components { - /** * @file * Visual styles for nodes. */ - -.node--unpublished { - background-color: #fff4f4; -} - +@layer components { + .node--unpublished { + background-color: #fff4f4; + } } diff --git a/druid.info.yml b/druid.info.yml index d8957c22..a671874b 100644 --- a/druid.info.yml +++ b/druid.info.yml @@ -12,9 +12,9 @@ # This is how conditional component CSS (dialog, dropbutton, file, etc.) # loads only on pages that actually use those widgets. -name: druid +name: Druid type: theme -'base theme': stable9 +"base theme": stable9 version: 1.0.0 libraries: - druid/layers @@ -42,19 +42,20 @@ libraries-extend: - druid/progress core/drupal.tablesort: - druid/drupal.tablesort -description: '' +description: "" +screenshot: druid.jpg core_version_requirement: ^11 -generator: 'starterkit_theme:11.3.7' +generator: "starterkit_theme:11.3.7" regions: - top_nav_left: 'Top navigation (left)' - top_nav_right: 'Top navigation (right)' - header: 'Header' - primary_menu: 'Primary menu' - secondary_menu: 'Secondary menu' - breadcrumb: 'Breadcrumb' - highlighted: 'Highlighted' - help: 'Help' - content: 'Content' - sidebar_first: 'Sidebar first' - sidebar_second: 'Sidebar second' - footer: 'Footer' + top_nav_left: "Top navigation (left)" + top_nav_right: "Top navigation (right)" + header: "Header" + primary_menu: "Primary menu" + secondary_menu: "Secondary menu" + breadcrumb: "Breadcrumb" + highlighted: "Highlighted" + help: "Help" + content: "Content" + sidebar_first: "Sidebar first" + sidebar_second: "Sidebar second" + footer: "Footer" diff --git a/druid.jpg b/druid.jpg new file mode 100644 index 00000000..44183e9b Binary files /dev/null and b/druid.jpg differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 4d8e3956..00000000 Binary files a/screenshot.png and /dev/null differ