Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. @-moz-document url-prefix("https://vanillo.co/"), url-prefix("https://vanillo.co/search")
  2. {
  3. body
  4. {
  5. background-color: #292929 !important;
  6. }
  7.  
  8. .progress-bar
  9. {
  10. background: #ff9d0c !important;
  11. }
  12.  
  13. .pace-done
  14. {
  15. background-color: #292929 !important;
  16. }
  17.  
  18. .alert-danger
  19. {
  20. background-color: #212121 !important;
  21. background: #212121;
  22. }
  23.  
  24. .text-primary
  25. {
  26. color: #a2a2a2 !important;
  27. }
  28.  
  29. .card-title
  30. {
  31. margin-bottom: 0.75rem;
  32. color: #a2a2a2;
  33. }
  34.  
  35. .bg-secondary
  36. {
  37. background-color: #292929 !important;
  38. }
  39.  
  40. a
  41. {
  42. color: #a2a2a2 !important;
  43. }
  44.  
  45. .navbar-logo
  46. {
  47. filter: contrast(0%);
  48. }
  49.  
  50. .search-bar
  51. {
  52. background-color: #272727 !important;
  53. }
  54.  
  55. .form-control::placeholder
  56. {
  57. color: rgba(255, 255, 255, 0.4);
  58. opacity: 1;
  59. }
  60.  
  61. .search-btn
  62. {
  63. background-color: #363636 !important;
  64. border-color: #fff !important;
  65. color: #a89d82 !important;
  66. }
  67.  
  68. .bg-vanillo
  69. {
  70. background: #212121 !important;
  71. }
  72.  
  73. .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link
  74. {
  75. background-color: #323130 !important;
  76. }
  77.  
  78. h1, h2, h3, h4, h5, h6
  79. {
  80. color: #a2a2a2;
  81. }
  82.  
  83. .card-body
  84. {
  85. background-color: #212121 !important;
  86. }
  87.  
  88. p
  89. {
  90. color: #a2a2a2;
  91. }
  92.  
  93. #about
  94. {
  95. color: #a2a2a2;
  96. }
  97.  
  98. .bg-primary
  99. {
  100. background-color: #212121 !important;
  101. }
  102.  
  103. .bg-color
  104. {
  105. background: #323130 !important;
  106. }
  107. }
  108.  
  109. @-moz-document url-prefix("https://vanillo.co/v/")
  110. {
  111. body
  112. {
  113. background-color: #292929 !important;
  114. }
  115.  
  116. .pace-done
  117. {
  118. background-color: #292929 !important;
  119. }
  120.  
  121. .bg-primary
  122. {
  123. background-color: #212121 !important;
  124. }
  125.  
  126. .navbar-logo
  127. {
  128. filter: contrast(0%);
  129. }
  130.  
  131. .search-bar
  132. {
  133. background-color: #272727 !important;
  134. }
  135.  
  136. .form-control::placeholder
  137. {
  138. color: rgba(255, 255, 255, 0.4);
  139. opacity: 1;
  140. }
  141.  
  142. .search-btn
  143. {
  144. background-color: #363636 !important;
  145. border-color: #fff !important;
  146. color: #a89d82 !important;
  147. }
  148.  
  149. a, p
  150. {
  151. color: #a2a2a2 !important;
  152. }
  153.  
  154. .card-body
  155. {
  156. background-color: #212121 !important;
  157. }
  158.  
  159. .bg-secondary
  160. {
  161. background-color: #292929 !important;
  162. }
  163.  
  164. .mb-2, .my-2
  165. {
  166. color: #a2a2a2 !important;
  167. }
  168.  
  169. h5, .h5
  170. {
  171. color: #a2a2a2;
  172. }
  173.  
  174. .bg-white
  175. {
  176. background-color: #212121 !important;
  177. }
  178.  
  179. .btn-secondary
  180. {
  181. background: #e8c266;
  182. }
  183.  
  184. .bg-color
  185. {
  186. background: #323130 !important;
  187. }
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement