Advertisement
roxiestheme

Change Back Customize on Tumblr

Feb 18th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. /*------------------------------------------------------------------
  2.  
  3. Revert Customize by Chloe | @dontbrag | @bychloethemes
  4. Modified by ShuDesigns (2019)
  5.  
  6. > Do not delete this credit.
  7. > Do not claim as your own.
  8. > Do not copy any code.
  9. > Do not redistribute.
  10.  
  11. ------------------------------------------------------------------*/
  12.  
  13. .ace-tumblr .ace_support, .ace-tumblr .ace_variable {
  14. color:#9f79bb!important;
  15. }
  16. .ace-tumblr .ace_support.ace_constant {
  17. color:#ef9724!important;
  18. }
  19. .ace-tumblr .ace_string {
  20. color:#56bc8a!important;
  21. }
  22. .ace-tumblr .ace_css_constant, .ace_css_keyword, .ace_css_variable {
  23. color:#d05e3e!important;
  24. }
  25. .ace-tumblr .ace_css_keyword, .ace_css_variable {
  26. color:#56bc8a!important;
  27. }
  28. .ace_numeric, .ace-tumblr .ace_constant.ace_boolean, .ace-tumblr .ace_constant.ace_numeric {
  29. color:#d05e3e!important;
  30. }
  31. .ace_keyword {
  32. color:#ef9724!important;
  33. }
  34. .ace-tumblr .ace_storage.ace_type {
  35. color:#ffffff!important;
  36. }
  37. .ace-tumblr .ace_attribute-equals {
  38. color: #f2f2f2!important;
  39. }
  40. .ace-tumblr .ace_tumblr.ace_tag.ace_begin {
  41. color: #4b98c5!important;
  42. }
  43. .ace-tumblr .ace_tumblr.ace_prefix {
  44. color:#9f79bb!important;
  45. }
  46. .ace-tumblr .ace_tumblr.ace_tag {
  47. color: #4b98c5!important;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement