Advertisement
Guest User

Untitled

a guest
Jan 18th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. @-moz-document url-prefix("https://www.hejto.pl/") {
  2. @media(min-width:960px){
  3. .md\:col-span-9 {
  4. grid-column: span 12/span 12;
  5. }
  6. .md\:col-span-3 {
  7. display: none !important;
  8. }
  9. }
  10. p {
  11. color: #cbcbcb;
  12. font-size: 14px;
  13. }
  14. .parsed.text-sm.basic-text {
  15. margin-top: 5px;
  16. }
  17. button.self-end.font-semibold.text-grey-700.dark\:text-grey-300.flex.items-center.gap-2.text-sm.text-sm.py-1\.5.ml-10 {
  18. margin-top: 10px;
  19. }
  20. .max-w-username {
  21. color: #ffb100 !important;
  22. font-size: 12px;
  23. }
  24. a.text-grey-500.focus\:text-primary-main.hover\:text-primary-main.text-xxs.mt-0\.5 span {
  25. color: #d7d7d7;
  26. font-size: 9px;
  27. text-decoration: underline;
  28. display: block;
  29. margin: -3px 0 0 10px;
  30. }
  31. span.text-grey-500.text-xxs.w-auto.pt-0\.5 {
  32. color: #d7d7d7;
  33. font-size: 9px;
  34. text-decoration: underline;
  35. margin-left: 10px;
  36. }
  37. [data-testid="post-tags"]:before {
  38. color: #d7d7d7;
  39. content: 'Tagi:';
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement