Guest User

Untitled

a guest
Aug 22nd, 2020
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. /*main text color and font*/
  2. div[style*="font-family: helvetica"], span[style*="font-family: helvetica"] {
  3. font-family: "Edit Undo Line BRK" !important;
  4. text-shadow: -1px 1px 0 #000;
  5. color: #14fff0 !important;
  6. }
  7.  
  8. /*background color*/
  9. .r-13awgt0 {
  10. background-color: #11131700 !important;
  11. }
  12.  
  13. .r-eqz5dr {
  14. background-color: #11131700 !important;
  15. }
  16.  
  17. /*button text color */
  18. div[style*="font-family: MaterialCommunityIcons"] {
  19. color: #b0b0b0 !important;
  20. }
  21.  
  22. /*Do/Say/Story text color and font*/
  23. div[style*="font-family: HelveticaNeueMedium"] {
  24. color: #b7b7b7 !important;
  25. font-family: "Edit Undo Line BRK" !important;
  26. }
  27.  
  28. /*input box font*/
  29. textarea[style*="font-family: HelveticaNeueMedium"] {
  30. font-family: "Edit Undo Line BRK" !important;
  31. }
  32.  
  33. /*background image*/
  34. div[style*="padding-left: 90px"], .css-1dbjc4n.r-1awozwy.r-eqz5dr.r-16y2uox {
  35. background-image: linear-gradient(rgba(0, 0, 0, .5),rgba(0, 0, 0, .5)),url(https://external-preview.redd.it/NIaEUMI52r9-M4vMPo2vdb0wLH95bJqEmgz2Bkdq8DY.jpg?auto=webp&s=89d06bcd3337c817c57f4422a0a92f44da6aad4f) !important;
  36. background-size: cover !important;
  37. }
  38.  
  39. /*hide scrollbars chromium*/
  40. *::-webkit-scrollbar {
  41. display: none !important;
  42. }
Add Comment
Please, Sign In to add comment