embed.css 432 B

12345678910111213141516171819202122232425262728
  1. #player {
  2. position: fixed;
  3. right: 0;
  4. bottom: 0;
  5. min-width: 100%;
  6. min-height: 100%;
  7. width: auto;
  8. height: auto;
  9. z-index: -100;
  10. }
  11. .watch-on-invidious {
  12. font-size: 1.3em !important;
  13. font-weight: bold;
  14. white-space: nowrap;
  15. margin: 0 1em 0 1em !important;
  16. order: 3;
  17. }
  18. .watch-on-invidious > a {
  19. color: white;
  20. }
  21. .watch-on-invidious > a:hover,
  22. .watch-on-invidious > a:focus {
  23. color: rgba(0, 182, 240, 1);;
  24. }