[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/sass/elements/ -> _elements.scss (source)

   1  html {
   2      box-sizing: border-box;
   3  }
   4  
   5  ::-moz-selection {
   6      background-color: $color__background_selection;
   7  }
   8  
   9  ::selection {
  10      background-color: $color__background_selection;
  11  }
  12  
  13  *,
  14  *:before,
  15  *:after {
  16      box-sizing: inherit;
  17  }
  18  
  19  a {
  20      @include link-transition;
  21      color: $color__link;
  22  }
  23  
  24  a:visited {
  25  
  26  }
  27  
  28  a:hover,
  29  a:active {
  30      color: $color__link-hover;
  31      outline: 0;
  32      text-decoration: none;
  33  }
  34  
  35  a:focus {
  36      outline: thin;
  37      outline-style: dotted;
  38      text-decoration: underline;
  39      text-decoration-thickness: 2px;
  40  }
  41  
  42  h1,
  43  h2,
  44  h3,
  45  h4,
  46  h5,
  47  h6 {
  48      clear: both;
  49      margin: $size__spacing-unit 0;
  50  }
  51  
  52  h1:not(.site-title),
  53  h2 {
  54      @include post-section-dash;
  55  }
  56  
  57  hr {
  58      background-color: $color__text-light;
  59      border: 0;
  60      height: 2px;
  61  }
  62  
  63  @import "lists";
  64  
  65  img {
  66      height: auto;
  67      max-width: 100%;
  68      position: relative;
  69  }
  70  
  71  figure {
  72      margin: 0;
  73  }
  74  
  75  blockquote {
  76      border-left: 2px solid $color__link;
  77      margin-left: 0;
  78      padding: 0 0 0 $size__spacing-unit;
  79  
  80      > p {
  81          margin: 0 0 $size__spacing-unit;
  82      }
  83  
  84      cite {
  85          color: $color__text-light;
  86      }
  87  }
  88  
  89  @import "tables";


Generated : Thu Mar 28 08:20:01 2024 Cross-referenced by PHPXref