Guest User

Untitled

a guest
Dec 13th, 2021
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.80 KB | None | 0 0
  1.  
  2. @-moz-document domain("stackoverflow.com")
  3. {
  4.   body, container, .top-bar, #content, .user-info, #wmd-input
  5.   {
  6.     letter-spacing: .2px;
  7.     background: #232629 !important;
  8.     color: #c4c4c4 !important;
  9.     border: none !important;
  10.   }
  11.    
  12.   body
  13.   {
  14.     padding-top: 0 !important;
  15.   }    
  16.    
  17.   .user-info
  18.   {
  19.     filter: brightness(120%);
  20.   }    
  21.    
  22.   *
  23.   {
  24.     border-color: #555 !important;
  25.   }
  26.  
  27.   .post-tag
  28.   {
  29.     background: #242a33 !important;
  30.   }
  31.  
  32.   .s-btn__primary
  33.   {
  34.     color: white !important;
  35.   }
  36.  
  37.   #wmd-input
  38.   {
  39.     background: #0d0d0d !important;
  40.   }
  41.  
  42.   p
  43.   {
  44.     color: #c4c4c4;
  45.   }
  46.  
  47.   #content a
  48.   {
  49.     color: #ceb8a1;
  50.   }
  51.  
  52.   #content a:hover
  53.   {
  54.     color: #c89862;
  55.   }
  56.  
  57.   pre, code
  58.   {
  59.     background: #111 !important;
  60.   }
  61.  
  62.   .s-sidebarwidget__yellow
  63.   {
  64.     background: #201f13 !important;
  65.   }
  66.  
  67.   .answer-votes.answered-accepted
  68.   {
  69.     background: #ad5e0a !important;
  70.   }
  71.  
  72.   .s-code-block, .s-code-block > *, code
  73.   {
  74.     background: #eee !important;
  75.   }
  76.    
  77.   .top-bar, .ws-nowrap
  78.   {
  79.     margin-bottom: 1rem;
  80.     border: none;
  81.     position: inherit;
  82.      
  83.     background: #232629 !important;
  84.     box-shadow: none;
  85.     filter: brightness(140%);
  86.   }
  87.    
  88.   .top-bar a, .top-bar > * > *:first-child, .s-input
  89.   {
  90.     filter: invert(.8) !important;
  91.     border: none !important;
  92.   }
  93.    
  94.   .question-hyperlink, h4
  95.   {
  96.     color: #c4c4c4 !important;
  97.   }
  98.    
  99.   .sidebar-linked, .sidebar-related
  100.   {
  101.     opacity: 0.8 !important;
  102.   }
  103.  
  104.   .comment-copy > code
  105.   {
  106.     color: #222 !important;
  107.   }
  108.    
  109.   .s-sidebarwidget, #hot-network-questions, #feed-link, .left-sidebar--sticky-container
  110.   {
  111.     display: none !important;
  112.   }
  113.    
  114.   #content, .answer
  115.   {
  116.    
  117.     margin-bottom: 3rem;
  118.    
  119.   }
  120. }
  121.  
Advertisement
Add Comment
Please, Sign In to add comment