/*
 Theme Name:   Sharpdecade Theme
 Description:  Bricks theme extension by #decade.
 Author:       Athanasios Grivas
 Author URI:   https://sharpdeca.de/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* ========== Table Of Contents ==========

1. Theme Tweaks
2. Utilities
3. Typography
4. Global Styles
5. Forms
6. CSS Grid

========================================== */


/*** 1. Theme Tweaks ***/
a:has(> svg)::after {
  display: none;
}

a[target="_blank"]:where(:not(:has(>img,>figure,>picture,>svg)))::after {
  mask: linear-gradient( black 90%, transparent 90%);
  font-family: system-ui, sans-serif;
}


/*** 2. Utilities ***/


/*** 3. Typography ***/


/*** 4. Global Styles ***/


/*** 5. Forms ***/


/*** 6. CSS Grid ***/