Advertisement
lemontreess

Everskies CSS *Extras!*

May 6th, 2024
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.90 KB | None | 0 0
  1. /*all attached images are smaller!*/
  2. img.attached{
  3.    max-width: 500px !important;
  4. }
  5. /*Bigger text!*/
  6. .ng-star-inserted{
  7.    font-size: 15px;
  8. }
  9. /* images in quotes are even smaller + faded text!*/
  10. blockquote .ng-star-inserted{
  11.    color: #cececea7 !important;
  12.    max-width: 200px !important;
  13. }
  14. /*Changer for all symbol colors*/
  15. I.mdi{
  16.    color: #000000 !important;
  17. }
  18. /* ENTIRE site color editor (allows you to change site theme to other colors than default dark or light!) A little experimental and might not effect everything, lemme know on reddit if it doesn't work in certain places and I'll fix the code!*/
  19. .box-shadow, .rounded, .bg1, .bg0, .list{
  20.    background: #000000 !important;
  21.    border: #000000 !important;
  22. }
  23. /* Gradiant colors for personal theme!*/
  24. .bg5, .b5, div.box-title{
  25.    background-image: linear-gradient(to right, #a663a6, #9bccd5) !important;
  26.    border: #000000 !important;
  27. }
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement