Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. .updateIconForeground-3tnNZn {
  2. fill: transparent !important;
  3. }
  4.  
  5. svg[name="Nova_Download"]{
  6. background: url(https://nfld99.com/Bkg/80u9AQy.gif) 50% 50%/cover;
  7. }
  8. /*Root*/
  9. :root {
  10. /*Primary Variables*/
  11. --lv1:#0F0F0F;
  12. --accent:#3C79E9;
  13. --hover:#3C79E9;
  14.  
  15. /*Status Variables*/
  16. --online: #43b581;
  17. --idle: #faa61a;
  18. --dnd: #f04747;
  19. --offline: #636b75;
  20. --invisible: #747f8d;
  21. --streaming: #643da7;
  22. // main.scss
  23. nav {
  24. ul {
  25. margin: 0;
  26. padding: 0;
  27. list-style: none;
  28. }
  29.  
  30. li { display: inline-block; }
  31.  
  32. a {
  33. display: block;
  34. padding: 6px 12px;
  35. text-decoration: none;
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement