content-style.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. :root {
  2. /* --yt-spec-icon-disabled: #f44 !important;
  3. --yt-spec-text-primary: #4f4 !important; */
  4. /* --yt-spec-general-background-a: #000 !important;
  5. --yt-spec-general-background-b: #000 !important;
  6. --yt-spec-general-background-c: #000 !important;
  7. --yt-spec-brand-background-solid: #000 !important;
  8. --yt-spec-brand-background-primary: #000 !important;
  9. --yt-spec-brand-background-secondary: #000 !important; */
  10. }
  11. /* html:not(.style-scope)[dark], :not(.style-scope)[dark] {
  12. --yt-spec-general-background-a: #000 !important;
  13. --yt-spec-general-background-b: #000 !important;
  14. --yt-spec-general-background-c: #000 !important;
  15. --yt-spec-brand-background-solid: #000 !important;
  16. --yt-spec-brand-background-primary: #000 !important;
  17. --yt-spec-brand-background-secondary: #000 !important;
  18. } */
  19. #ryd-bar-container {
  20. background: var(--yt-spec-icon-disabled);
  21. border-radius: 2px;
  22. }
  23. #ryd-bar {
  24. background: var(--yt-spec-text-primary);
  25. border-radius: 2px;
  26. transition: all 0.15s ease-in-out;
  27. }
  28. .ryd-tooltip {
  29. position: relative;
  30. display: block;
  31. height: 2px;
  32. top: 9px;
  33. }
  34. .ryd-tooltip-bar-container {
  35. width: 100%;
  36. height: 2px;
  37. position: absolute;
  38. padding-top: 6px;
  39. padding-bottom: 28px;
  40. top: -6px;
  41. }