Advertisement
Zero_G

Kagura Dark

Sep 23rd, 2020 (edited)
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.kaguragames.com") {
  4.   #content,
  5.   #masthead,
  6.   #header,
  7.   #main,
  8.   .shop-page-title.category-page-title.page-title,
  9.   body > .wp-embed, /* iframes in product pages */
  10.   .product-info.summary /* quickview popup */
  11.   {
  12.     background: #181818;
  13.     color: white;
  14.   }
  15.  
  16.   #section_620296103,
  17.   .section-content.relative,
  18.   .breadcrumb_last,
  19.   .amount
  20.   {
  21.     background: #212121 !important;
  22.     color: #E1E1E1 !important;
  23.   }
  24.  
  25.   .section-title-main,
  26.   a,
  27.   bdi
  28.   {
  29.     color: #E1E1E1 !important;
  30.   }
  31.  
  32.   .flickity-button.flickity-prev-next-button.previous,
  33.   .flickity-button.flickity-prev-next-button.next
  34.   {
  35.     background: #303030;
  36.   }
  37.  
  38.   .button.white
  39.   {
  40.     background: #181818 !important;
  41.     color: #E1E1E1 !important;
  42.   }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement