From 6106b440db062e6f7534a2309a41a1eded894d62 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 10 Jul 2025 11:21:49 -0300 Subject: [PATCH] [nb] Add: add_these_to_current_sites.md --- .index | 1 + add_these_to_current_sites.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 add_these_to_current_sites.md diff --git a/.index b/.index index 9190d36..197deab 100644 --- a/.index +++ b/.index @@ -15,3 +15,4 @@ best_of_vim_tips.md Drupal Snippets.md :q Olivero Sub-theme commands.md +add_these_to_current_sites.md diff --git a/add_these_to_current_sites.md b/add_these_to_current_sites.md new file mode 100644 index 0000000..e779951 --- /dev/null +++ b/add_these_to_current_sites.md @@ -0,0 +1,12 @@ +# add these to current sites + + +## add these to peildo and other IA sites +.site-branding__name a { + color: inherit; + font-size: clamp(1.5rem, 3vw, 2rem); +} +.site-branding__slogan a { + color: inherit; + font-size: clamp(1rem, 3vw, 1.5rem); +}