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); +}